model_gen_kit 0.1.3 copy "model_gen_kit: ^0.1.3" to clipboard
model_gen_kit: ^0.1.3 copied to clipboard

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

Model Gen Kit #

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

(not depend on build_runner.)

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.
2
likes
160
pub points
45%
popularity

Publisher

verified publishernote11.dev

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on model_gen_kit