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.

0.0.5 #

  • Added opt-in pull-to-load-more support with concurrent-request protection.
  • Added customizable loading, exhausted, and error feedback builders.
  • Added hasMore and external isLoadingMore state controls.

0.0.4 #

  • Added onReachLimitHoldRelease, called once when a gesture releases after reaching holdTriggerDistance.
  • Added ReachLimitListener for SingleChildScrollView, CustomScrollView, ListView, and other widgets that emit scroll notifications.
  • Added release behavior and multi-scrollable widget tests.
  • Updated the example app and documentation for the new callback.

0.0.3 #

  • Added OverscrollFeedbackPosition to reveal feedback at the start, end, or both list edges.
  • Added separate startReachLimitWidget and startReachLimitBuilder options.
  • Added OverscrollFeedback.builder for lazy list item creation.
  • Added reachLimitBuilder to animate feedback with reveal progress.
  • Added ReachLimitListView.builder for lower-level lazy list usage.
  • Added a pub.dev cover image.
  • Expanded the example app and README with start/end and progress-aware feedback.

0.0.1+1 #

  • Updated README documentation.
  • Added demo GIF preview.
  • Improved package metadata.

0.0.1 #

  • Initial release with OverscrollFeedback.
  • Added vertical and horizontal list support.
  • Added custom reach-limit widgets, haptics, and callbacks.
  • Added a runnable example app.
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