overscroll_feedback 0.0.5
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
hasMoreand externalisLoadingMorestate controls.
0.0.4 #
- Added
onReachLimitHoldRelease, called once when a gesture releases after reachingholdTriggerDistance. - Added
ReachLimitListenerforSingleChildScrollView,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
OverscrollFeedbackPositionto reveal feedback at the start, end, or both list edges. - Added separate
startReachLimitWidgetandstartReachLimitBuilderoptions. - Added
OverscrollFeedback.builderfor lazy list item creation. - Added
reachLimitBuilderto animate feedback with reveal progress. - Added
ReachLimitListView.builderfor 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.
