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 for Android Studio #96

Open alrajdev opened 2 years ago

alrajdev commented 2 years ago

Please develop an Android Studio plugin, existing plugins is not really good.

iamarnas commented 2 years ago

@alraj-dev Hi 👋 You should ask Android Studio developers if they can add functions like that to theys extension, or maybe one day someone will remake this extension for Android Studio. I personally not good with Kotlin.