auto_paginated_list 0.0.1 copy "auto_paginated_list: ^0.0.1" to clipboard
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.0First Release

  • Added PaginatedListView for infinite scrolling and pagination.
  • Integrated Provider for 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.
5
likes
0
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

`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 loading, error, and empty states, and allows flexible configurations like separators, initial page, and scroll physics. Optimized for smooth performance, it ensures seamless data handling in list-based UIs.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, provider

More

Packages that depend on auto_paginated_list