zoomable_interactive_viewer 0.0.1
zoomable_interactive_viewer: ^0.0.1 copied to clipboard
A customizable Flutter widget that provides interactive zoom and pan functionality. Ideal for applications that require detailed content viewing, such as image galleries, maps, or diagrams. It allow [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add zoomable_interactive_viewerWith Flutter:
$ flutter pub add zoomable_interactive_viewerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
zoomable_interactive_viewer: ^0.0.1Alternatively, your editor might support dart pub get or 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';