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

Repository pattern implementation in Dart, with out of the box support for common storage libraries.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add retro_firestore

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

dependencies:
  retro_firestore: ^1.0.2

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:retro_firestore/retro_firestore.dart';
1
likes
120
points
12
downloads

Documentation

API reference

Publisher

verified publishertomasweigenast.com

Weekly Downloads

Repository pattern implementation in Dart, with out of the box support for common storage libraries.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cloud_firestore, flutter, retro

More

Packages that depend on retro_firestore