scroll_velocity_notifier 0.0.7
scroll_velocity_notifier: ^0.0.7 copied to clipboard
A lightweight Flutter utility that intercepts scroll notifications and calculates smooth, real-time scroll velocity using an exponential moving average. Useful for scroll-aware UI, animations, and ges [...]
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