easy_scroll_pagination 1.1.0
easy_scroll_pagination: ^1.1.0 copied to clipboard
A flexible Flutter pagination controller supporting offset and cursor-based pagination with refresh, parallel API calls, and clean state management.
Changelog #
1.1.0 #
- BREAKING CHANGE: Renamed package to
easy_scroll_pagination. - NEW: Introduced
PaginatedView, a highly flexible widget supporting multiple layouts:PaginatedView.list(): For infinite lists.PaginatedView.grid(): For infinite grids.PaginatedView.page(): For paginatedPageView(horizontal/vertical).PaginatedView.layout(): For custom layouts likeColumn,Row, orStaggeredGrid.
- FIX: Fixed a runtime error in
PaginatedView.pagerelated toPageControllercasting. - ENHANCEMENT: Added support for custom loading, error, and empty state widgets.
- ENHANCEMENT:
PaginatedListViewis now a convenience wrapper aroundPaginatedView.list().
1.0.0 #
- Initial release.
- Support for offset, cursor, and parallel pagination.