hiranthaR / Json-to-Dart-Model

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, Effective Dart:Style, and many more features. Currently, it has more than 135,000 installs.
https://marketplace.visualstudio.com/items?itemName=hirantha.json-to-dart
MIT License
93 stars 18 forks source link

Added primary configuration option #29

Closed iamarnas closed 3 years ago

iamarnas commented 3 years ago

Now it possible to speed up converting by enabling primary configuration in the file models.jsonc and Json to Dart Model will use models.jsonc configuration everywhere and never ask you about input. Just choose any command from the selection or clipboard and pick the directory.