Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 856 Bytes

File metadata and controls

22 lines (16 loc) · 856 Bytes

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.