auto_paginated_list 0.0.1
auto_paginated_list: ^0.0.1 copied to clipboard
`AutoPaginatedList` is a Flutter widget that simplifies infinite scrolling and pagination using `Provider` for state management. It automatically fetches more data as the user scrolls, supports custom [...]
0.0.1 #
Changelog – Initial Release 🚀 #
Version 1.0.0 – First Release
- Added
PaginatedListViewfor infinite scrolling and pagination. - Integrated
Providerfor efficient state management. - Supports custom loading, error, and empty state widgets.
- Configurable initial page, total pages, and scroll behavior.
- Includes separator support and smooth scrolling optimizations.