DartModelGenerateKit

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

Jetbrain Plugin : jetbrain plugin

Pub.dev : pub package

Install

  1. add dependency on pubspec.yaml
model_gen_kit: ^0.1.2
  1. On IntelliJ(or Android Studio), Install Plugin "Dart Model Generate Kit" (Install Link)

Usage

  1. Create empty dart file and write "gm" and press enter. (not need for enum creation)
  2. Write your model class name and arguments.
  3. Press "option(alt) + m" to generate model class.