load_more_pagination 0.0.2 copy "load_more_pagination: ^0.0.2" to clipboard
load_more_pagination: ^0.0.2 copied to clipboard

A load more pagination Extensible and highly customizable package to help you lazily load and display small chunks of items as the user scrolls down the screen.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add load_more_pagination

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

dependencies:
  load_more_pagination: ^0.0.2

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:load_more_pagination/load_more_pagination.dart';
6
likes
160
pub points
65%
popularity

Publisher

verified publisheraddwebsolution.com

A load more pagination Extensible and highly customizable package to help you lazily load and display small chunks of items as the user scrolls down the screen.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on load_more_pagination