auto_paginated_list 0.0.8 copy "auto_paginated_list: ^0.0.8" to clipboard
auto_paginated_list: ^0.0.8 copied to clipboard

AutoPaginatedList simplifies infinite scrolling in Flutter with Provider. It auto-fetches data, supports custom states, and ensures smooth performance.

Use this package as a library

Depend on it

Run this command:

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 flutter pub get):

dependencies:
  auto_paginated_list: ^0.0.8

Alternatively, your editor might support 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
160
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

AutoPaginatedList simplifies infinite scrolling in Flutter with Provider. It auto-fetches data, supports custom states, and ensures smooth performance.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, provider

More

Packages that depend on auto_paginated_list