pinch_scrollable 1.0.6 copy "pinch_scrollable: ^1.0.6" to clipboard
pinch_scrollable: ^1.0.6 copied to clipboard

Pinch to zoom images in scrolling widgets. This package helps to create a scrollable set of widgets containing images with zoom effect.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pinch_scrollable

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

dependencies:
  pinch_scrollable: ^1.0.6

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_scrollable/pinch_scrollable.dart';
12
likes
160
pub points
64%
popularity

Publisher

unverified uploader

Pinch to zoom images in scrolling widgets. This package helps to create a scrollable set of widgets containing images with zoom effect.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cached_network_image, flutter

More

Packages that depend on pinch_scrollable