scroll_pos 0.5.0
scroll_pos: ^0.5.0 copied to clipboard
Provides some additional functions to ScrollController to define item position relative to the screen.
[next] #
0.5.0 19/10/2023 #
- BREAKING CHANGE: Fix
canBackwardandcanForwardmethods. These methods had a bad behaviour. - Add
atStartandatEndattribute to indicate if the scrollbar is at the top or the bottom. - Add
forwardPageandbackwardPagemethods to move by the inside view distance (generally, this is the comportment of the page up/down). - Give access to the method
scrollToPos.
0.3.0 24/12/2021 #
- Breaking: rename methods (replace terms
TopandBottombyStartandEnd, because the scrollbar can be horizontal) - Fix
animateparameter on differents methods (didn't work as expected) - Add fields (
canScroll,canForward,canBackward)
0.2.0 24/12/2021 #
- Add methods
forwardandbackward
0.1.0 18/12/2021 #
- Initial Release