firestore_helper 0.1.1 copy "firestore_helper: ^0.1.1" to clipboard
firestore_helper: ^0.1.1 copied to clipboard

outdated

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.1.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_helper/firestore_helper.dart';
2
likes
0
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

License

unknown (LICENSE)

Dependencies

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

More

Packages that depend on firestore_helper