Note: This release has breaking changes.
Pinch zoom is back with improvements! It is recommended to run the example project to see the changes.
BREAKING Removed resetDuration parameter, as it caused unstable behaviour
BREAKING The plugin now displays above all other widgets, providing an experience similar to the one of the Instagram app
Feature Zoom stays stable when using 1 finger, still allowing to pan the image
Feature Displays over all other widgets and over the app bar
FIX Widget works better when used in Columns
FIX Unstable behaviour where the zooming would not be reset
Note: This release has breaking changes.
Improvements to this package, removing redundant code and making more clear the package can also be used with video.
BREAKING Changed image parameter to child, since the package works also on video
BREAKING All backgrounds are now transparent
Made the package null safe, added example and added documentation
Zooming improvements
onZoomStart and onZoomEnd bug fix
add zoomEnabled field, support for transparent zoomedBackgroundColor and onZoomStart and zoomEnd fields
Added documentation
Updated readme and pubspec
Initial Release