dart_json_schema 0.0.3
dart_json_schema: ^0.0.3 copied to clipboard
A Dart/Flutter package that provides a simple @Field annotation for adding metadata to model fields and generates standard JSON schemas using a command-line tool.
0.0.3 #
- Migrated to typed field annotations system
- Added support for specific field types:
@IntField
,@StringField
,@DoubleField
,@BooleanField
,@ListField
,@ObjectField
,@EnumField
,@DateTimeField
- Updated JSON schema generator to handle new typed annotations
- Added build_runner support for code generation
- Improved type safety and validation in generated schemas
- Updated documentation with comprehensive examples
0.0.2 #
- Initial release.