paginated_consumer 0.0.3 copy "paginated_consumer: ^0.0.3" to clipboard
paginated_consumer: ^0.0.3 copied to clipboard

Easy pagination for provider based flutter project.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add paginated_consumer

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

dependencies:
  paginated_consumer: ^0.0.3

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:paginated_consumer/paginated_consumer.dart';
4
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Easy pagination for provider based flutter project.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, provider, pull_to_refresh

More

Packages that depend on paginated_consumer