firestore_paging_controller 0.1.0
firestore_paging_controller: ^0.1.0 copied to clipboard
Lazily load and display pages of items as the user scrolls down your screen, using Firestore with some enhancements.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add firestore_paging_controller
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
firestore_paging_controller: ^0.1.0
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:firestore_paging_controller/firestore_paging_controller.dart';