api_gen 0.0.1
api_gen: ^0.0.1 copied to clipboard
A simple Dart code generator that creates model classes (with fromJson/toJson) from a JSON schema, saving time on boilerplate in Flutter/Dart projects.
0.0.1 #
- Initial release
- Generate Dart models (
fromJson
,toJson
) from JSON schema