afib_firebase_firestore 0.5.1 copy "afib_firebase_firestore: ^0.5.1" to clipboard
afib_firebase_firestore: ^0.5.1 copied to clipboard

An AFib-aware package that adds command-line options for creating AFib queries that interact with Firestore

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add afib_firebase_firestore

With Flutter:

 $ flutter pub add afib_firebase_firestore

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

dependencies:
  afib_firebase_firestore: ^0.5.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:afib_firebase_firestore/afib_firebase_firestore.dart';
1
likes
130
points
26
downloads

Publisher

verified publisherafibframework.io

Weekly Downloads

An AFib-aware package that adds command-line options for creating AFib queries that interact with Firestore

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

BSD-3-Clause (license)

Dependencies

afib, cloud_firestore, firebase_core, meta

More

Packages that depend on afib_firebase_firestore