Releases: EdsonBueno/infinite_scroll_pagination
Releases · EdsonBueno/infinite_scroll_pagination
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
- Constraint 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
Fix PagingController not calling its status listeners.
2.0.0
BREAKING CHANGE: Replaced 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 for being able to listen for PagedDataSource changes.
1.0.0+2
First pub.dev release.