firestore_odm_annotation 1.3.0 copy "firestore_odm_annotation: ^1.3.0" to clipboard
firestore_odm_annotation: ^1.3.0 copied to clipboard

Pure annotations for Firestore ODM code generation. Provides the core annotations used to generate type-safe Firestore ODM code.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add firestore_odm_annotation

With Flutter:

 $ flutter pub add firestore_odm_annotation

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

dependencies:
  firestore_odm_annotation: ^1.3.0

Alternatively, your editor might support dart pub get or 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_odm_annotation/firestore_odm_annotation.dart';
0
likes
150
points
383
downloads

Publisher

verified publishersylphx.com

Weekly Downloads

Pure annotations for Firestore ODM code generation. Provides the core annotations used to generate type-safe Firestore ODM code.

Repository (GitHub)
View/report issues
Contributing

Topics

#firestore #odm #annotations #code-generation #flutter

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

meta

More

Packages that depend on firestore_odm_annotation