Model Gen Kit

Auto Generate Dart Model Class with JsonSerializable, copyWith and toString() method using IntelliJ Plugin.

  1. On IntelliJ(or Android Studio), Install Plugin "Dart Model Generate Kit" : https://plugins.jetbrains.com/plugin/22714-dartmodelgeneratekit
  2. Create empty dart file and write "gm" and press enter.
  3. Write your model class name and arguments.
  4. option + shift + enter (or alt + shift + enter) to generate model class.

Libraries

model_gen_kit