positioned_scroll_observer 2.0.0
positioned_scroll_observer: ^2.0.0 copied to clipboard
An elegant scroll observer that support most scroll views could jump/animateToIndex without breaking current widgets.
2.0.0 (break change) #
See PR details about the below changes.
- support
SingleChildScrollViewandListWheelScrollView - remove
PositionedScrollController - break changes of the design for supporting
SliverScrollObserverandBoxScrollObserver.
1.0.1 - 2023-03-13 #
- improve documentation
- fix: determine if the given index is visible when [SliverAppBar] is overlapped with other slivers.
1.0.0 - 2023-03-13 #
- init release