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 support models from the file. #24

Closed iamarnas closed 3 years ago

iamarnas commented 3 years ago

Json to Dart Model can now convert all your json objects from a single file. Read the documentation on how to use it.