flutter_drag_auto_scroll 0.1.0
flutter_drag_auto_scroll: ^0.1.0 copied to clipboard
Auto-scroll any vertically scrollable widget when a Draggable enters its top or bottom edge zones. Supports same-tree and cross-tree usage.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_drag_auto_scrollThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_drag_auto_scroll: ^0.1.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:flutter_drag_auto_scroll/flutter_drag_auto_scroll.dart';