firestore_annotations 0.0.3 copy "firestore_annotations: ^0.0.3" to clipboard
firestore_annotations: ^0.0.3 copied to clipboard

Annotations for the firestore serializable package, which generates fromMap(), fromSnapshot() and toMap() methods for your Firestore data models. Based on source_gen, similar to json_serializable (jso [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add firestore_annotations

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

dependencies:
  firestore_annotations: ^0.0.3

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:firestore_annotations/firestore_annotations.dart';
1
likes
30
pub points
8%
popularity

Publisher

verified publisherdartlang.rocks

Annotations for the firestore serializable package, which generates fromMap(), fromSnapshot() and toMap() methods for your Firestore data models. Based on source_gen, similar to json_serializable (jsoon_annotations)

Repository

License

BSD-2-Clause (LICENSE)

More

Packages that depend on firestore_annotations