auto_paginated_view 1.0.0
auto_paginated_view: ^1.0.0 copied to clipboard
A Flutter package that simplifies implementing infinite scrolling lists with automatic pagination handling.
1.0.0 #
- Initial release of AutoPaginatedView
- Features:
- Support for ListView, GridView, SliverList, and SliverGrid
- Automatic loading when scrolling to the end of the list
- Built-in loading, error, and empty state handling
- Customizable state builders
- Support for pull-to-refresh when used with RefreshIndicator