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

outdated

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: ^0.0.1

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';
7
likes
0
points
3.63k
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flutter, flutter_state_notifier, freezed_annotation, sliver_tools, state_notifier

More

Packages that depend on paging_view