flutter_infinite_scroll_pagination 1.0.0
flutter_infinite_scroll_pagination: ^1.0.0 copied to clipboard
This Flutter package offers effortless infinite scroll loading with just one line of wrapping—no complex setup or controller needed for easy integration.
1.0.0-beta1 #
- A initial version.
1.0.0-beta2 #
- Fixed an issue where incorrect exceptions from the Flutter SDK were triggered in certain debug environments.
1.0.0 #
- Support for reverse-scrolling: Introduced a
reverseproperty. This property should be set totrueto align with a childScrollView(like aListView) that also has itsreverseproperty set totrue. This ensures the loading indicator correctly appears at the top, matching the child's upward-scrolling behavior. It is designed for use cases like chat applications where the list is anchored to the bottom and older content is loaded at the top.