advanced_pagination 0.2.0
advanced_pagination: ^0.2.0 copied to clipboard
Controller-first pagination for Flutter with page/offset/cursor support, list/grid/sliver widgets, cache + prefetch, and customizable states.
0.2.0 #
- Sliver empty/error builders for custom states.
- Load-more error retry footer (default or custom).
- List separator support.
- Reverse pagination support with previous-direction prefetch.
0.1.0 #
- Initial public release.
- Page, offset, and cursor-based controllers.
- Paged list/grid widgets with sliver variants.
- Cache manager with stale-while-revalidate support.
- Scroll prefetch and custom loading/empty/error UIs.
- Example app with multiple demos.