scroll_controller_direction 0.0.6 copy "scroll_controller_direction: ^0.0.6" to clipboard
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';
7
likes
130
points
48
downloads

Publisher

unverified uploader

Weekly Downloads

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 index in your scrollable content. Enhance user experience and streamline navigation in your Flutter projects with this lightweight and intuitive package..

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_riverpod

More

Packages that depend on scroll_controller_direction