fire_repo 0.0.3 copy "fire_repo: ^0.0.3" to clipboard
fire_repo: ^0.0.3 copied to clipboard

discontinued

This package provides an implementation of the Repository pattern with Firestore as the backend.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fire_repo

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

dependencies:
  fire_repo: ^0.0.3

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

Publisher

verified publishersora.fukui.jp

Weekly Downloads

This package provides an implementation of the Repository pattern with Firestore as the backend.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

cloud_firestore, firebase_core, flutter

More

Packages that depend on fire_repo