web_smooth_scroll 2.0.0 copy "web_smooth_scroll: ^2.0.0" to clipboard
web_smooth_scroll: ^2.0.0 copied to clipboard

Platformweb

A package to help you provide a smoother and aesthetic scroll feeling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add web_smooth_scroll
copied to clipboard

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

dependencies:
  web_smooth_scroll: ^2.0.0
copied to clipboard

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:web_smooth_scroll/web_smooth_scroll.dart';
copied to clipboard
148
likes
160
points
1.88k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.26 - 2025.04.10

A package to help you provide a smoother and aesthetic scroll feeling.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on web_smooth_scroll