pagination_core 1.0.9
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 thePaginatedList
widget to control theshrinkWrap
behavior of theListView
.
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.