scroll_animator 0.2.0 scroll_animator: ^0.2.0 copied to clipboard
A Flutter package that provides smooth, animated scrolling for pointer-based input devices, such as mouse wheels and trackpads.
0.2.0 #
- feat: enumerate types of scroll event sources
- fix: settle scroll position when the animation is done
- feat: implement programmatic scrolls with automatic animation parameters
0.1.1 #
- fix: don't report scroll direction change when velocity is zero
- docs: add an example with diagnostic output to aid in debugging
0.1.0 #
- Initial release