scroll_animator 0.3.0 scroll_animator: ^0.3.0 copied to clipboard
A Flutter package that provides smooth, animated scrolling for mouse wheels, trackpads, keyboards and programmatic scrolls.
0.3.0 #
- feat: allow updating the target of a programmatic scroll animation
- feat: implement scrolling using arrows or pg-up/down keys
- feat: update scroll target when scrollable changes dimensions
- feat: implement a primary scroll controller wrapper for convenience
- docs: make the example code in README more exhaustive
0.2.0 #
- 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