firestore_serialized 0.1.3 copy "firestore_serialized: ^0.1.3" to clipboard
firestore_serialized: ^0.1.3 copied to clipboard

Thin layer on top of Firestore to serialize/deserialize document's data.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add firestore_serialized

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

dependencies:
  firestore_serialized: ^0.1.3

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_serialized/firestore_serialized.dart';
0
likes
25
pub points
0%
popularity

Publisher

unverified uploader

Thin layer on top of Firestore to serialize/deserialize document's data.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

cloud_firestore, flutter, meta

More

Packages that depend on firestore_serialized