firestore_db_impl 0.0.2+1 copy "firestore_db_impl: ^0.0.2+1" to clipboard
firestore_db_impl: ^0.0.2+1 copied to clipboard

A Flutter package that simplifies Firestore operations by providing structured CRUD methods, query abstraction, custom exceptions, and utility services for timestamps and counters.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add firestore_db_impl

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

dependencies:
  firestore_db_impl: ^0.0.2+1

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:firestore_db_impl/firestore_db_impl.dart';
0
likes
80
points
163
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that simplifies Firestore operations by providing structured CRUD methods, query abstraction, custom exceptions, and utility services for timestamps and counters.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

app_toast, cloud_firestore, fire_storage_impl, firebase_auth, firebase_database, flutter, fluttertoast, get_it_di_global_variable, language_translator, navigation_wihout_context

More

Packages that depend on firestore_db_impl