model_gen_kit 0.1.0
model_gen_kit: ^0.1.0 copied to clipboard
Auto Generate Dart Model Class with JsonSerializable, copyWith and toString() method using IntelliJ Plugin.
Model Gen Kit #
Auto Generate Dart Model Class with JsonSerializable, copyWith and toString() method using IntelliJ Plugin.
- On IntelliJ(or Android Studio), Install Plugin "Dart Model Generate Kit" : https://plugins.jetbrains.com/plugin/22714-dartmodelgeneratekit
- Create empty dart file and write "gm" and press enter.
- Write your model class name and arguments.
- option + shift + enter (or alt + shift + enter) to generate model class.