easy_scroll_pagination 1.1.0 copy "easy_scroll_pagination: ^1.1.0" to clipboard
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 paginated PageView (horizontal/vertical).
    • PaginatedView.layout(): For custom layouts like Column, Row, or StaggeredGrid.
  • FIX: Fixed a runtime error in PaginatedView.page related to PageController casting.
  • ENHANCEMENT: Added support for custom loading, error, and empty state widgets.
  • ENHANCEMENT: PaginatedListView is now a convenience wrapper around PaginatedView.list().

1.0.0 #

  • Initial release.
  • Support for offset, cursor, and parallel pagination.
2
likes
160
points
71
downloads

Publisher

unverified uploader

Weekly Downloads

A flexible Flutter pagination controller supporting offset and cursor-based pagination with refresh, parallel API calls, and clean state management.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on easy_scroll_pagination