Changed
- Update example widget usage
Fixed
- Null check error in pagedlayoutbuilder
- Bloc example state equality
- Paging state hash code
Unclaimed project
Are you a maintainer of infinite_scroll_pagination? Claim this project to take control of your public changelog and roadmap.
Changelog
Flutter package to help you lazily load and display pages of items as the user scrolls down your screen.
PagingListener widget to connect a PagingController to a PagedLayoutBuilder.PagingController no longer has addPageRequestListener method and firstPageKey parameter. Use the fetchPage parameter of the constructor instead.PagingController no longer has the itemList, error, and nextPageKey getters and setters. All values are now stored in `PagingSt...pubspec.lock from version control.PagedSliverBuilder to PagedLayoutBuilder and adds support for creating layouts using the box protocol.