pinch_zoom 0.0.2 copy "pinch_zoom: ^0.0.2" to clipboard
pinch_zoom: ^0.0.2 copied to clipboard

outdated

A widget based on Flutter's new Interactive Viewer that makes picture pinch zoom, and return to its initial size and position when released.

pinch_zoom #

A widget based on Flutter's new 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.

This package is based on the recent Interactive Viewer that Flutter introduced since version 1.20.

The package is designed for zooming in on images, however it can also be used to zoom in on a video.

This pinch zooming is used in my app Palbum:

Example one Example two

Installation #

Add this to your pubspec.yaml dependencies:

pinch_zoom: ^0.0.2

How to use #

Add the widget to your app like this (It automatically takes the size of the image you pass to it):

PinchZoom(
  image: Image.network('http://placerabbit.com/200/333'),
  zoomedBackgroundColor: Colors.black.withOpacity(0.5),
  resetDuration: const Duration(milliseconds: 100),
  maxScale: 2.5,
),
191
likes
0
pub points
97%
popularity

Publisher

verified publisherjelter.net

A widget based on Flutter's new Interactive Viewer that makes picture pinch zoom, and return to its initial size and position when released.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on pinch_zoom