firestore_collection 0.2.0 copy "firestore_collection: ^0.2.0" to clipboard
firestore_collection: ^0.2.0 copied to clipboard

Firestore extension with cache-first, pagination and stream builder support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add firestore_collection

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  firestore_collection: ^0.2.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_collection/firestore_collection.dart';
10
likes
120
pub points
28%
popularity

Publisher

verified publisherfusarihan.com

Firestore extension with cache-first, pagination and stream builder support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cloud_firestore, flutter, rxdart

More

Packages that depend on firestore_collection