flutter_improved_scrolling 0.0.3 flutter_improved_scrolling: ^0.0.3 copied to clipboard
Attempt to implement better scrolling for Flutter Web and Desktop. Includes keyboard, MButton and custom mouse wheel scrolling.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_improved_scrolling
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_improved_scrolling: ^0.0.3
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_improved_scrolling/flutter_improved_scrolling.dart';