flutter_drag_auto_scroll 0.1.0 copy "flutter_drag_auto_scroll: ^0.1.0" to clipboard
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_scroll

This 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.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:flutter_drag_auto_scroll/flutter_drag_auto_scroll.dart';
2
likes
160
points
66
downloads
screenshot

Documentation

API reference

Publisher

verified publishermaibornwolff.de

Weekly Downloads

Auto-scroll any vertically scrollable widget when a Draggable enters its top or bottom edge zones. Supports same-tree and cross-tree usage.

Repository (GitHub)
View/report issues

Topics

#drag-and-drop #scrolling #draggable #ui

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_drag_auto_scroll