soti_schema_plus 1.2.0
soti_schema_plus: ^1.2.0 copied to clipboard
A tool for generating schemas from Dart data classes.
1.2.0 #
- Make sure builder generates schema properly for freezed and json_serializer.
- Remove conflict with JsonSchema
- Fix annotation detection: use
SotiJsonSchemaand improve@JsonSerializabledetection. - Enforce strict mode: classes with
@SotiSchema()must also have@JsonSerializable()or@freezed. - Fix code generation quoting using raw triple-quoted strings to avoid formatter errors.
- Update examples: add missing
partdirectives, pretty-print example output. - Documentation updates: configuration, troubleshooting, and run instructions.
1.1.0 #
- Cloned from original repo
- Updated to the latest versions of dependent packages
1.0.0 #
- Initial version.