pinch_zoom icon indicating copy to clipboard operation
pinch_zoom 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.

Results 7 pinch_zoom issues
Sort by recently updated
recently updated
newest added

Feature request : create an animation transition when user release the pinch.

Please expose rootOverlay and boundaryMargin.

I can't achieve the effect where the user clicks outside the image and it dismisses the image. There should be an option to be able to achieve this.

Hi, can this be made to work with pdf files? It will be an awesome feature. TY

Closes #13 by addressing the relevant issues

There is no analysis_options.yaml included in the project. Just by including this in the project with the default recommended Flutter lints we can see the following issues: * `PinchZoom` constructor...