pinch_zoom_release_unzoom 0.0.8
pinch_zoom_release_unzoom: ^0.0.8 copied to clipboard
A Widget to let you have a pinch to zoom that returns to the old size after the pinch has ended. Is very similar to the way you can zoom pictures on instagram
0.0.1 04/04/2022 #
Initial Release supporting zoom inside sizedbox
0.0.2 05/04/2022 #
Supports zoom inside a scroll view
0.0.3 06/04/2022 #
Supports zoomChild to support zoom in widgets that have an animated entry and are not supposed to be animated during the zoom
0.0.4 17/04/2022 #
Added useOverlay, this param setted to false can avoid rebuilds that would destroy scrolling states
0.0.5 30/06/2022 #
Added condition to only introduce overlay when the user interacts with the interactive viewer with two fingers
0.0.6 7/08/2022 #
Added the number of fingers restriction as a parameter, not sure if will have any real use but it helps when using the simulator
0.0.7 8/08/2022 #
Fixed documentation, and defaults
0.0.8 22/08/2022 #
Improved documentation, with a video explaining the project