photo_opener 0.2.7 copy "photo_opener: ^0.2.7" to clipboard
photo_opener: ^0.2.7 copied to clipboard

A Flutter package to preview and zoom images just like Telegram's media viewer. Supports assets and network images with pinch-to-zoom, swipe navigation, and smooth animations.

0.2.7 - 2026-02-03 #

Added #

  • Support for an optional httpHeaders parameter to pass headers for network images downloading.
  • Support for an optional onErrorWidget parameter to show a custom widget when image loading fails.

Improved #

  • Showing hints in the documentation on how to use Bearer Token for authorization.
  • Replace NetworkImageProvider with CachedNetworkImageProvider to improve network images loading.
  • Use Picsum images in the example for network images.

Fixed #

  • Fix the issue with No MaterialLocalizations found. with example/example.dart

0.2.3 - 2025-08-12 #

Added #

  • Support for opening images from both assets and network URLs.
  • Smooth zoom and pan gestures similar to Telegram.
  • Swipe down to close feature for a natural user experience.

Improved #

  • Performance optimizations for large image loading.
  • Better caching with cached_network_image package.

Fixed #

  • Minor bug fixes and UI improvements.
15
likes
160
points
694
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to preview and zoom images just like Telegram's media viewer. Supports assets and network images with pinch-to-zoom, swipe navigation, and smooth animations.

Repository (GitHub)
View/report issues

Topics

#image #gallery #viewer #zoom #photos

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

cached_network_image, flutter, photo_view

More

Packages that depend on photo_opener