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.
A simple Dart code generator for creating model classes (fromJson / toJson) from a JSON schema. #
This helps you skip boilerplate when working with APIs in Flutter/Dart projects.