scroll_to_index_plus 1.0.0
scroll_to_index_plus: ^1.0.0 copied to clipboard
Programmatic scroll-to-index for any Flutter ScrollView with variable / unknown item heights. Uses a two-phase scroll hidden behind a seamless fade transition.
1.0.0 #
- Initial release
- ScrollToIndexListView, ScrollToIndexGridView, ScrollToIndexCustomScrollView, ScrollToIndexSingleChildScrollView
- ScrollablePositionedList + PositionedListItem lower-level API
- Optional controller — simple API or flexible API
- Built-in highlight with PositionedItemHighlight
- Variable / unknown item heights via two-phase scroll with fade transition
- initialScrollIndex support
- IndexAlignment.start / center / end