Skip to content

Releases: thesmythgroup/easy_image_viewer

1.0.4

16 Mar 21:37
c083a58
Compare
Choose a tag to compare
  • Add backgroundColor and closeButtonColor arguments to showImageViewer and showImageViewerPager that default to black and white respectively. These values are passed through to showDialog so the background color and the close button color can be customized.

1.0.3

06 Oct 22:25
a64b550
Compare
Choose a tag to compare
  • Add useSafeArea argument that defaults to false and pass it through to showDialog to let a zoomed-in image fill the entire screen.
  • Use SizedBox.expand to make EasyImageView 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

01 Oct 04:31
e30d98c
Compare
Choose a tag to compare
  • Provide more comprehensive example.
  • Structure lib directory using a src folder.

1.0.1

30 Sep 23:04
398a2d4
Compare
Choose a tag to compare

Update demo image path in README.md.

1.0.0

30 Sep 22:51
b28049c
Compare
Choose a tag to compare

Initial release of the library.