pinch_to_zoom_scrollable 0.1.2 copy "pinch_to_zoom_scrollable: ^0.1.2" to clipboard
pinch_to_zoom_scrollable: ^0.1.2 copied to clipboard

A widget based on fork of Interactive Viewer (pinch wins over ScrollView in GestureArena) that makes picture pinch zoom, and return to its initial size and position when released.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pinch_to_zoom_scrollable

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  pinch_to_zoom_scrollable: ^0.1.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:pinch_to_zoom_scrollable/pinch_to_zoom_scrollable.dart';
7
likes
160
pub points
73%
popularity

Publisher

unverified uploader

A widget based on fork of Interactive Viewer (pinch wins over ScrollView in GestureArena) that makes picture pinch zoom, and return to its initial size and position when released.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, vector_math

More

Packages that depend on pinch_to_zoom_scrollable