paging_plus 1.0.0 copy "paging_plus: ^1.0.0" to clipboard
paging_plus: ^1.0.0 copied to clipboard

Lightweight pagination package. Calculate pages, determine next page to fetch, and handle load-more with optimized data fetching for Flutter & Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add paging_plus

With Flutter:

 $ flutter pub add paging_plus

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

dependencies:
  paging_plus: ^1.0.0

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:paging_plus/paging_plus.dart';
3
likes
160
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

Lightweight pagination package. Calculate pages, determine next page to fetch, and handle load-more with optimized data fetching for Flutter & Dart.

Repository (GitHub)
View/report issues

Topics

#page #paging #pagination #infinite-scroll #load-more

Documentation

API reference

License

MIT (license)

Dependencies

equatable

More

Packages that depend on paging_plus