dart-model topic

List dart-model repositories

Json-to-Dart-Model

92
Stars
17
Forks
Watchers

Json to Dart Model extension can convert JSON objects into Dart data classes. It supports pure Dart class conversion, Flutter-recommended JSON serialization using annotations, Freezed support, Effecti...

json_to_model

48
Stars
25
Forks
Watchers

Command line tool for generating Dart models (json_serializable) from Json file. partly inspired by json_model