paging_view 1.5.6 copy "paging_view: ^1.5.6" to clipboard
paging_view: ^1.5.6 copied to clipboard

Like Android Jetpack's Paging library 3, manages data and displays paged lists.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add paging_view

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

dependencies:
  paging_view: ^1.5.6

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:paging_view/paging_view.dart';
4
likes
160
points
1.21k
downloads

Publisher

unverified uploader

Weekly Downloads

Like Android Jetpack's Paging library 3, manages data and displays paged lists.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter

More

Packages that depend on paging_view