schema_builder 0.1.0
schema_builder: ^0.1.0 copied to clipboard
A Flutter JSON Schema Generator
0.1.0 #
-
Initial release of the library.
-
Support for generating JSON schemas from Dart classes using @JsonSchema and @SchemaValue.
-
Custom schema converters for advanced use cases.
-
Integration with build_runner for code generation.
-
Support for nested objects in JSON schemas.
-
Added each parameter in @SchemaValue to define schemas for list items.