paging_view 2.4.0
paging_view: ^2.4.0 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_viewThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
paging_view: ^2.4.0Alternatively, 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';