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