auto_paginated_list 0.0.3 copy "auto_paginated_list: ^0.0.3" to clipboard
auto_paginated_list: ^0.0.3 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.3 #

Changes #

  • Fixed documentation and README formatting.

0.0.2 #

Changes #

  • Fixed documentation and README formatting.

0.0.1 #

Initial Release 🚀 #

  • First version of the package with core pagination functionality.
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