firestore_entity 0.2.4 copy "firestore_entity: ^0.2.4" to clipboard
firestore_entity: ^0.2.4 copied to clipboard

A Firestore helper library for binding and mapping documents to class entities.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add firestore_entity

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

dependencies:
  firestore_entity: ^0.2.4

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_entity/firestore_entity.dart';
4
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A Firestore helper library for binding and mapping documents to class entities.

Homepage
Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

cloud_firestore, firebase_auth, firebase_core, flutter, rxdart

More

Packages that depend on firestore_entity