flutter_improved_scrolling 0.0.3 copy "flutter_improved_scrolling: ^0.0.3" to clipboard
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';
95
likes
150
points
583
downloads

Publisher

unverified uploader

Weekly Downloads

Attempt to implement better scrolling for Flutter Web and Desktop. Includes keyboard, MButton and custom mouse wheel scrolling.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_improved_scrolling