smooth_scroll_web 0.0.4 copy "smooth_scroll_web: ^0.0.4" to clipboard
smooth_scroll_web: ^0.0.4 copied to clipboard

Flutter Web package for a smoother scroll experience. Can be used with any scrollable widget, but only on desktop browsers.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smooth_scroll_web

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  smooth_scroll_web: ^0.0.4

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:smooth_scroll_web/smooth_scroll_web.dart';
57
likes
20
pub points
57%
popularity

Publisher

unverified uploader

Flutter Web package for a smoother scroll experience. Can be used with any scrollable widget, but only on desktop browsers.

Repository (GitLab)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on smooth_scroll_web