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

A Flutter package that provides an InteractiveViewer with automatic zoom reset functionality. Perfect for image galleries, product viewers, and any content that needs pinch-to-zoom with auto-reset behavior.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auto_zoom_reset

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

dependencies:
  auto_zoom_reset: ^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:auto_zoom_reset/auto_zoom_reset.dart';
6
likes
150
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides an InteractiveViewer with automatic zoom reset functionality. Perfect for image galleries, product viewers, and any content that needs pinch-to-zoom with auto-reset behavior.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on auto_zoom_reset