scroll_controller_direction 0.0.6
scroll_controller_direction: ^0.0.6 copied to clipboard
Effortlessly control the direction of your Flutter app's ScrollController with the "scroll_controller_direction" package. Simplify scrolling actions by easily navigating up, down, or to a specific ind [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add scroll_controller_direction
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
scroll_controller_direction: ^0.0.6
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:scroll_controller_direction/scroll_controller_direction.dart';