Last updated:
0 purchases
model gen kit
Model Gen Kit #
Auto Generate Dart Model Class with JsonSerializable, copyWith and toString() method using IntelliJ Plugin.
(not depend on build_runner.)
Jetbrain Plugin :
Pub.dev :
Install #
add dependency on pubspec.yaml
model_gen_kit: ^0.1.2
copied to clipboard
On IntelliJ(or Android Studio), Install Plugin "Dart Model Generate Kit" (Install Link)
Usage #
Create empty dart file and write "gm" and press enter. (not need for enum creation)
Write your model class name and arguments.
Press "option(alt) + m" to generate model class.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.