flutter_model_gen 1.0.0 copy "flutter_model_gen: ^1.0.0" to clipboard
flutter_model_gen: ^1.0.0 copied to clipboard

`flutter_model_gen` is a command-line tool designed to simplify the process of generating model classes with `json_serializable`, `injectable`, and `get_it` integration in Flutter projects. It automat [...]

flutter_gen #

A command-line tool to automatically generate project structures with get_it, injectable, and json_serializable.

Installation #

Add the following to your pubspec.yaml file:

dependencies:
  flutter_gen: ^1.0.0
1
likes
0
points
61
downloads

Publisher

unverified uploader

Weekly Downloads

`flutter_model_gen` is a command-line tool designed to simplify the process of generating model classes with `json_serializable`, `injectable`, and `get_it` integration in Flutter projects. It automatically creates models with required annotations, including `fromJson`, `toJson`, and dependency injection setup, ensuring a clean and maintainable architecture.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

injectable, json_annotation

More

Packages that depend on flutter_model_gen