pagination_core 1.0.9 copy "pagination_core: ^1.0.9" to clipboard
pagination_core: ^1.0.9 copied to clipboard

A simple and reusable pagination handler for any state management solution in Flutter.

Changelog #

1.0.9 #

  • Enhanced: loader for next page.

1.0.7 #

  • Enhanced: loader for next page.

1.0.6 #

  • Enhanced: Pull-to-refresh now retains all active filters and only resets to page without clearing parameters.
  • Fixed: RefreshIndicator always wraps a scrollable list, even when empty, to ensure pull-to-refresh works in all states.
  • Improved: Documentation updated to show how to pass and persist extraParams across fetch/reset calls.

1.0.5 #

  • Added the skinWrap parameter to the PaginatedList widget to control the shrinkWrap behavior of the ListView.

1.0.4 #

  • Added a “Buy Me a Coffee” button to the README to allow users to support the project.
  • Updated the README with a more engaging message to encourage contributions.

1.0.3 #

  • Added a ListView pagination demo image to the README for easier onboarding.

1.0.2 #

  • Introduced a reusable paginated list widget for flexible and clean implementation of paginated list views.
  • Improved overall UI styling.

1.0.1 #

  • Updated documentation to include detailed usage examples.
  • Added comments and descriptions for classes and methods in the code.
  • Fixed minor typos and clarified several concepts in the documentation.

1.0.0 #

  • Initial release with basic pagination functionality.
6
likes
160
points
67
downloads

Publisher

unverified uploader

Weekly Downloads

A simple and reusable pagination handler for any state management solution in Flutter.

Repository (GitHub)

Documentation

API reference

Funding

Consider supporting this project:

www.buymeacoffee.com

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on pagination_core