scroll_pos 0.3.0 scroll_pos: ^0.3.0 copied to clipboard
Provides some additional functions to ScrollController to define item position relative to the screen.
0.3.0 - 24/12/2021 #
- Breaking: rename methods (replace terms
Top
andBottom
byStart
andEnd
, because the scrollbar can be horizontal) - Fix
animate
parameter on differents methods (didn't work as expected) - Add fields (
canScroll
,canForward
,canBackward
)
0.2.0 - 24/12/2021 #
- Add methods
forward
andbackward
0.1.0 - 18/12/2021 #
- Initial Release