Skip to content

note11g/DartModelGenerateKit

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages