firestore_odm_annotation 1.0.0
firestore_odm_annotation: ^1.0.0 copied to clipboard
Pure annotations for Firestore ODM code generation. Provides the core annotations used to generate type-safe Firestore ODM code.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2025-01-09 #
Added #
- Initial release of firestore_odm_annotation
@Collection(path)
annotation for marking Firestore collections@SubCollection(path)
annotation for marking Firestore subcollections@DocumentId()
annotation for marking document ID fields@FirestoreField(name)
annotation for field name mapping- Comprehensive documentation and examples
- Full type safety support for code generation