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';
0
likes
120
pub points
0%
popularity

Publisher

verified publishertomasweigenast.com

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

cloud_firestore, flutter, retro

More

Packages that depend on retro_firestore