- Updates example.
pubspec.lock
from version control.
4.0.0 - 2023-08-17
- PagedMasonryGridView.
- PagedPageView.
- Support for the box protocol in PagedLayoutBuilder.
- Renames
PagedSliverBuilder
to PagedLayoutBuilder.
3.2.0 - 2022-05-23
- Migrates to Flutter 3.
3.1.0 - 2021-07-04
3.0.1+1 - 2021-05-23
- Flutter Favorite status to the README.
3.0.1 - 2021-03-08
- New unit tests.
- Updates sliver_tools dependency.
- Code formatting in
ListenableListener
.
3.0.0 - 2021-03-04
- Promotes null safety to stable release.
- Migrates example project to null safety.
- Migrates code samples to null safety.
3.0.0-nullsafety.0 - 2021-02-06
- Migrates to null safety.
2.3.0 - 2021-01-15
- alternative constructor to PagingController receiving an initial PagingState.
- Cookbook file name.
- LICENSE file.
2.2.4 - 2021-01-08
- New page requests happening before the end of the current frame.
2.2.3 - 2020-12-14
- Bug in which manually resetting to a previous page would stop requesting subsequent pages.
2.2.2 - 2020-11-04
- Condition to avoid requesting the first page when there are preloaded items.
2.2.1 - 2020-10-21
shrinkWrapFirstPageIndicators
property to PagedSliverList, PagedSliverGrid, and PagedSliverBuilder.
- Improve error message displayed when calling a disposed PagingController.
- Separator being displayed on completed lists.
2.2.0+1 - 2020-10-19
- Constraints the Flutter SDK dependency to a minimum version of 1.22.0.
2.2.0 - 2020-10-18
- New constructor parameters from ScrollView to PagedListView and PagedGridView.
2.1.0+1 - 2020-10-13
- Link to raywenderlich.com tutorial.
- Examples to async/await.
2.1.0 - 2020-10-10
- noMoreItemsIndicatorBuilder to PagedChildBuilderDelegate.
- Properties to both grid widgets to let you choose whether to display the progress, error, and completed listing indicators as grid items or below the grid, as in the list widgets.
2.0.1 - 2020-10-03
- PagingController not calling its status listeners.
2.0.0 - 2020-10-02
- BREAKING CHANGE: Replaces PagedDataSource and PagedStateChangeListener with PagingController, favoring composition over inheritance.
1.1.1 - 2020-09-23
- Scroll from first page progress indicator, first page error indicator, and no items found indicator.
1.1.0 - 2020-09-18
1.0.0+2 - 2020-08-22
- Documentation to
PagedDataSource
properties.
- README images reference URL.
1.0.0+1 - 2020-08-22
- Images to README.md.
- Initial release.