loon_extension_firestore 0.0.9 copy "loon_extension_firestore: ^0.0.9" to clipboard
loon_extension_firestore: ^0.0.9 copied to clipboard

The Loon Firestore extension used to easily sync documents fetched remotely from Firestore into the local Loon cache.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add loon_extension_firestore

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

dependencies:
  loon_extension_firestore: ^0.0.9

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:loon_extension_firestore/loon_extension_firestore.dart';
2
likes
130
points
75
downloads

Publisher

unverified uploader

Weekly Downloads

The Loon Firestore extension used to easily sync documents fetched remotely from Firestore into the local Loon cache.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cloud_firestore, flutter, loon

More

Packages that depend on loon_extension_firestore