cloud_firestore_database_wrapper 1.0.2 copy "cloud_firestore_database_wrapper: ^1.0.2" to clipboard
cloud_firestore_database_wrapper: ^1.0.2 copied to clipboard

A package that wraps cloud firestore. The idea is that future implementation will be database agnostic and a user can choose which one they want to use.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cloud_firestore_database_wrapper

With Flutter:

 $ flutter pub add cloud_firestore_database_wrapper

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

dependencies:
  cloud_firestore_database_wrapper: ^1.0.2

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:cloud_firestore_database_wrapper/cloud_firestore_database_wrapper.dart';
2
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A package that wraps cloud firestore. The idea is that future implementation will be database agnostic and a user can choose which one they want to use.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cloud_firestore, fake_cloud_firestore, flutter

More

Packages that depend on cloud_firestore_database_wrapper