zoomable_interactive_viewer 0.0.5 zoomable_interactive_viewer: ^0.0.5 copied to clipboard
A customizable Flutter widget that provides interactive zoom, pan functionality, and supports smooth zooming and panning for detailed content like images or listings.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zoomable_interactive_viewer
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
zoomable_interactive_viewer: ^0.0.5
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:zoomable_interactive_viewer/zoomable_interactive_viewer.dart';