firestore_helper 0.3.2+7 copy "firestore_helper: ^0.3.2+7" to clipboard
firestore_helper: ^0.3.2+7 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.2+7

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
90
pub points
59%
popularity

Publisher

verified publisherdeimantas.dev

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

Homepage
Repository (GitHub)
View/report issues

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