firebase_crud 0.1.0 copy "firebase_crud: ^0.1.0" to clipboard
firebase_crud: ^0.1.0 copied to clipboard

A comprehensive Firebase Firestore CRUD facilitator package for Dart/Flutter with built-in logging, error handling, and testing support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add firebase_crud

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

dependencies:
  firebase_crud: ^0.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:firebase_crud/firebase_crud.dart';
2
likes
125
points
56
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A comprehensive Firebase Firestore CRUD facilitator package for Dart/Flutter with built-in logging, error handling, and testing support.

Repository (GitHub)

License

MIT (license)

Dependencies

cloud_firestore, fake_cloud_firestore, firebase_core, flutter, freezed_annotation, json_annotation, logger, meta, mockito, uuid

More

Packages that depend on firebase_crud