pinch_zoom 1.0.0
pinch_zoom: ^1.0.0 copied to clipboard
A widget based on Flutter's new Interactive Viewer that makes picture pinch zoom, and return to its initial size and position when released.
Note: This release has breaking changes.
[1.0.0] - 16/07/2021 #
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
[0.1.0] - 08/03/2021 #
Made the package null safe, added example and added documentation
[0.0.4] - 04/10/2020 #
Zooming improvements
[0.0.3] - 22/09/2020 #
onZoomStart and onZoomEnd bug fix
[0.0.2] - 16/09/2020 #
add zoomEnabled field, support for transparent zoomedBackgroundColor and onZoomStart and zoomEnd fields
[0.0.1+2] - 12/09/2020 #
Added documentation
[0.0.1+1] - 30/08/2020 #
Updated readme and pubspec
[0.0.1] - 30/08/2020 #
Initial Release