firestore_paging_controller 0.1.0 copy "firestore_paging_controller: ^0.1.0" to clipboard
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';
10
likes
150
points
69
downloads

Publisher

verified publisherstagecoding.com

Weekly Downloads

Lazily load and display pages of items as the user scrolls down your screen, using Firestore with some enhancements.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

cloud_firestore, flutter, infinite_scroll_pagination

More

Packages that depend on firestore_paging_controller