endless_firestore 1.4.0 endless_firestore: ^1.4.0 copied to clipboard
An infinite scroll view that extends the Endless library with support for Firestore streams.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add endless_firestore
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
endless_firestore: ^1.4.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:endless_firestore/endless_firestore.dart';