paging_view 2.7.2 copy "paging_view: ^2.7.2" to clipboard
paging_view: ^2.7.2 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 Dart:

 $ dart pub add paging_view

With Flutter:

 $ flutter pub add paging_view

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

dependencies:
  paging_view: ^2.7.2

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_view/paging_view.dart';
9
likes
0
points
4.08k
downloads

Publisher

verified publisherkoji-1009.com

Weekly Downloads

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

Repository (GitHub)
View/report issues

Topics

#infinite-scroll #pagination #listview #gridview #sliver

License

unknown (license)

Dependencies

collection, flutter

More

Packages that depend on paging_view