infinite_scroll_pagination 2.1.0+1 infinite_scroll_pagination: ^2.1.0+1 copied to clipboard
Load and display pages of items as the user scrolls down your screen.
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.