flutter_infinite_scroll_pagination 1.1.2
flutter_infinite_scroll_pagination: ^1.1.2 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.
1.1.0 #
-
Updated the default loading indicator to automatically switch between
CupertinoActivityIndicatorandCircularProgressIndicatorbased on the current theme and platform. -
Fixed an issue where the
InfiniteScrollPaginationwidget would not function correctly if its parent widget imposed strict size constraints, such asExpandedwidget.
1.1.1 #
- Fixed scroll offset calculation to correctly handle collapsed indicator area on iOS with BouncingScrollPhysics, ensuring smooth correction despite bounce effects.
1.1.2 #
-
Mdofiyed README.md about shrinkWrap.
-
Added DESCRIPTION.md.