zoomable_positioned_list 1.0.0
zoomable_positioned_list: ^1.0.0 copied to clipboard
A zoomable scrollable positioned list based on scrollable_positioned_list. Supports pinch-to-zoom with focal point preservation while maintaining index-based position tracking.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zoomable_positioned_listThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
zoomable_positioned_list: ^1.0.0Alternatively, 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_positioned_list/zoomable_positioned_list.dart';