pinch_zoom_release_unzoom 0.0.1
pinch_zoom_release_unzoom: ^0.0.1 copied to clipboard
A new Flutter project.
This package helps to create an instagram like zoom picture. With pinch to zoom and release to unzoom
Features #
This package is an container of an uncliped interactive viewer that let's the user zoom the image occupying the entire screen.
Getting started #
Add the dependency to your pubspec.yaml
:
pinch_zoom_release_unzoom:
Usage #
PinchZoomReleaseUnzoomWidget(
child: Image.network(
'https://storage.googleapis.com/cms-storage-bucket/70760bf1e88b184bb1bc.png'
),
)
Additional information #
For now the package already support the Clip.none so the image can be sized and will occupy extra space after zooming