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 17 forks source link

support open api schema #60

Open Miamoto-Musashi opened 3 years ago

Miamoto-Musashi commented 3 years ago

is getting default for lots of services and probably is a good starting point for almost every definition

iamarnas commented 3 years ago

@Miamoto-Musashi Hi. Can you give me more details about open API schema? And what is different between JSON schedule support.

Quicktype I see support the JSON schema.

Miamoto-Musashi commented 3 years ago

it's a mature schema backed by many major players you can find more info on official site version 3.0 is the more usable one and there are dart plugins you can integrate into your tool

iamarnas commented 3 years ago

@Miamoto-Musashi This is not a big priority. In the first I need to optimize this one first 😁 Here already exist some package like swagger dart code generator.