easy_image_viewer 1.0.3 easy_image_viewer: ^1.0.3 copied to clipboard
An easy image viewer with pinch & zoom, multi image, and built-in full-screen dialog support.
EasyImageViewer Changelog #
1.0.3 #
- Add
useSafeArea
argument that defaults tofalse
and pass it through toshowDialog
to let a zoomed-in image fill the entire screen. - Use
SizedBox.expand
to makeEasyImageView
fill its parent instead of hard-coding its size to the full screen. - Add example of how to use
EasyImageViewPager
without a dialog, embedding it in a widget and using buttons to go forward and backward.
1.0.2 #
- Provide more comprehensive example.
- Structure lib directory using a src folder.
1.0.1 #
- Update demo image path in README.
1.0.0 #
- Initial version.