cloud_firestore_database_wrapper 1.1.0 copy "cloud_firestore_database_wrapper: ^1.1.0" to clipboard
cloud_firestore_database_wrapper: ^1.1.0 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 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 flutter pub get):

dependencies:
  cloud_firestore_database_wrapper: ^1.1.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:cloud_firestore_database_wrapper/cloud_firestore_database_wrapper.dart';
2
likes
120
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cloud_firestore, fake_cloud_firestore, flutter

More

Packages that depend on cloud_firestore_database_wrapper