easy_zoom_widget 1.0.0 copy "easy_zoom_widget: ^1.0.0" to clipboard
easy_zoom_widget: ^1.0.0 copied to clipboard

A simple and easy-to-use Flutter package that makes any widget zoomable with pinch, double-tap, and pan gestures. Perfect for images, custom widgets, and any content that needs zoom functionality.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_zoom_widget

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

dependencies:
  easy_zoom_widget: ^1.0.0

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:easy_zoom_widget/easy_zoom_widget.dart';
0
likes
150
points
110
downloads

Publisher

unverified uploader

Weekly Downloads

A simple and easy-to-use Flutter package that makes any widget zoomable with pinch, double-tap, and pan gestures. Perfect for images, custom widgets, and any content that needs zoom functionality.

Repository (GitHub)
View/report issues

Topics

#zoom #widget #gesture #pinch-to-zoom #zoomable

Documentation

API reference

License

MIT (license)

Dependencies

flutter, vector_math

More

Packages that depend on easy_zoom_widget