firestore_helper 0.3.3+8 copy "firestore_helper: ^0.3.3+8" to clipboard
firestore_helper: ^0.3.3+8 copied to clipboard

Helper package for handling Firestore easier. It removes boilerplate code by abstracting most frequently used Firebase Firestore APIs.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add firestore_helper

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

dependencies:
  firestore_helper: ^0.3.3+8

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_helper/firestore_helper.dart';
2
likes
150
points
12
downloads

Publisher

verified publisherdeimantas.dev

Weekly Downloads

Helper package for handling Firestore easier. It removes boilerplate code by abstracting most frequently used Firebase Firestore APIs.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

clock, cloud_firestore, cloud_firestore_platform_interface, firebase_core, flutter, logger, mockito

More

Packages that depend on firestore_helper