cloud_firestore_all 0.1.1+4 copy "cloud_firestore_all: ^0.1.1+4" to clipboard
cloud_firestore_all: ^0.1.1+4 copied to clipboard

discontinued

A Firebase Firestore wrapper for Flutter that wraps cloud_firestore and firebase into a single API for use on both Flutter web and mobile

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cloud_firestore_all
copied to clipboard

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

dependencies:
  cloud_firestore_all: ^0.1.1+4
copied to clipboard

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:cloud_firestore_all/cloud_firestore_all.dart';
copied to clipboard
7
likes
40
points
13
downloads

Publisher

verified publisherkwatra.me

Weekly Downloads

2024.09.26 - 2025.04.10

A Firebase Firestore wrapper for Flutter that wraps cloud_firestore and firebase into a single API for use on both Flutter web and mobile

Repository (GitHub)

License

BSD-3-Clause (license)

Dependencies

cloud_firestore, firebase, firebase_core, flutter

More

Packages that depend on cloud_firestore_all