dart_json_schema 0.0.3 copy "dart_json_schema: ^0.0.3" to clipboard
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.
1
likes
0
points
91
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, args, build, dart_json_schema_annotations, flutter, path, yaml

More

Packages that depend on dart_json_schema