Pinch Zoom | Coderz Product

pinch_zoom

Last updated:

0 purchases

pinch_zoom Image
pinch_zoom Images

Free

Languages

Categories

Add to Cart

Description:

pinch zoom

pinch_zoom #
A widget based on Flutter's Interactive Viewer that makes picture pinch zoom, and return to its initial size and position when released.
This package offers Instagram based pinch zooming that feels more responsive than other similar packages.
The package is designed for zooming in on images; however, it can also be used to zoom in on a video.


Installation #
Add this to your pubspec.yaml dependencies:
pinch_zoom: ^2.0.0
copied to clipboard
How to use #
Add the widget to your app like this (It automatically takes the size of the image you pass to it):
PinchZoom(
child: Image.network('https://placekitten.com/640/360'),
maxScale: 2.5,
onZoomStart: (){print('Start zooming');},
onZoomEnd: (){print('Stop zooming');},
),
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.