infinite_scroll_pagination 4.0.0-dev.1 infinite_scroll_pagination: ^4.0.0-dev.1 copied to clipboard
Lazily load and display pages of items as the user scrolls down your screen.
4.0.0-dev.1 #
- Renames
PagedSliverBuilder
to PagedLayoutBuilder and adds support for creating layouts using the box protocol. - Introduces PagedMasonryGridView.
- Introduces PagedPageView.
3.2.0 #
- Migrates to Flutter 3.
3.1.0 #
3.0.1+1 #
- Adds Flutter Favorite status to the README.
3.0.1 #
- Fixes code formatting in ListenableListener.
- Updates sliver_tools dependency.
- Adds new unit tests.
3.0.0 #
- Promotes null safety to stable release.
- Migrates example project to null safety.
- Migrates code samples to null safety.
3.0.0-nullsafety.0 #
- Migrates to null safety.
2.3.0 #
- Adds an alternative constructor to PagingController receiving an initial PagingState.
- Changes Cookbook file name.
- Updates LICENSE file.
2.2.4 #
- Fixes new page requests happening before the end of the current frame.
2.2.3 #
- Fixes a bug in which manually resetting to a previous page would stop requesting subsequent pages.
2.2.2 #
- Adds a condition to avoid requesting the first page when there are preloaded items.
2.2.1 #
- Improves the error message displayed when calling a disposed PagingController.
- Adds
shrinkWrapFirstPageIndicators
property to PagedSliverList, PagedSliverGrid and PagedSliverBuilder. - Fixes separator being displayed on completed lists.
2.2.0+1 #
- Constraints the Flutter SDK dependency to a minimum version of 1.22.0.
2.2.0 #
- Adds new constructor parameters from ScrollView to PagedListView and PagedGridView.
2.1.0+1 #
- Adds link to raywenderlich.com tutorial.
- Changes examples to async/await.
2.1.0 #
- Adds noMoreItemsIndicatorBuilder to PagedChildBuilderDelegate.
- Adds properties to both grid widgets to let you choose whether you want to display the progress, error and completed listing indicators as grid items or if you want to put them below the grid, as is in the list widgets.
2.0.1 #
- Fixes PagingController not calling its status listeners.
2.0.0 #
- BREAKING CHANGE: Replaces PagedDataSource and PagedStateChangeListener with PagingController, favoring composition over inheritance.
1.1.1 #
- Removes scroll from first page progress indicator, first page error indicator and no items found indicator.
1.1.0 #
- Adds PagedStateChangeListener.
1.0.0+2 #
- Changes README images reference URL.
- Adds documentation to PagedDataSource properties.
1.0.0+1 #
- Adds images to README.md.
1.0.0 #
- Initial release.