overscroll_feedback 0.0.5 copy "overscroll_feedback: ^0.0.5" to clipboard
overscroll_feedback: ^0.0.5 copied to clipboard

Flutter overscroll feedback for any scrollable, with custom indicators, haptics, and reach-hold-release callbacks.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add overscroll_feedback

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

dependencies:
  overscroll_feedback: ^0.0.5

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:overscroll_feedback/overscroll_feedback.dart';
3
likes
150
points
306
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter overscroll feedback for any scrollable, with custom indicators, haptics, and reach-hold-release callbacks.

Repository (GitHub)
View/report issues

Topics

#flutter #scrollview #overscroll #scroll-effects #haptics

License

MIT (license)

Dependencies

flutter

More

Packages that depend on overscroll_feedback