scroll_velocity_notifier 0.0.14
scroll_velocity_notifier: ^0.0.14 copied to clipboard
A lightweight Flutter utility that calculates smooth, real-time scroll velocity from scroll notifications, useful for scroll-aware UI and gesture-driven effects.
0.0.14 #
0.0.13 #
0.0.12 #
0.0.11 #
- Update readme
0.0.10 #
- fix: changelog appearence on pub.dev
0.0.9 #
- fix: provide correct example format
0.0.8 #
- chore: format files
- feat: add examples folder
- chore: update description
0.0.7 #
- fix: send stream events even when the scrollNotification is start or end
- fix: remove automatic streamController disposal
- ref: update readme
- fix: add null check for controller before sending stream events
0.0.6 #
- ref: update readme
0.0.5 #
- ref: resize demo gif
0.0.4 #
- chore: add gif to readme
0.0.3 #
- changing name of main class to ScrolLVelocityNotifier
0.0.2 #
- export ScrollStreamNotification
0.0.1 #
- Initial version