auto_paginated_list 0.0.2 copy "auto_paginated_list: ^0.0.2" to clipboard
auto_paginated_list: ^0.0.2 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 [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add auto_paginated_list

With Flutter:

 $ flutter pub add auto_paginated_list

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  auto_paginated_list: ^0.0.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:auto_paginated_list/auto_paginated_list.dart';
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