positioned_scroll_observer 2.0.1 positioned_scroll_observer: ^2.0.1 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
SingleChildScrollView
andListWheelScrollView
- remove
PositionedScrollController
- break changes of the design for supporting
SliverScrollObserver
andBoxScrollObserver
.
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