Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Flutter Architecture Code GeneratorNew to Visual Studio Code? Get it now.
Flutter Architecture Code Generator

Flutter Architecture Code Generator

Ertuğrul Sağdıç

|
334 installs
| (0) | Free
Code generators for Flutter Architecture
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Code Generator extension for Flutter Architecture

This is the README for the Code Generator extension. This extension generates the files needed for the Flutter Architecture.

Open command palette in VS Code then search for the Features below.

Then the code will generate the files with boiler plate codes inside.

Features

Generate View Layer

Generates all the View Layer files for the view layer.

feature_name
 |
 |-> model
    |
    |-> feature_name_model.dart
 |
 |-> service
    |
    |-> i_feature_name_service.dart
    |
    |-> feature_name_service.dart
 |
 |-> view
    |
    |-> feature_name_view.dart
 |
 |-> view_model
    |
    |-> feature_name_view_model.dart

Generate View Layer Service and Model

Generates the View Layer files for Model and Service.

feature_name
 |
 |-> view
    |
    |-> feature_name_view.dart
 |
 |-> view_model
    |
    |-> feature_name_view_model.dart

Generate View Layer Service and Model

Generates the View Layer files for Model and Service.

feature_name
 |
 |-> view
    |
    |-> feature_name_view.dart
 |
 |-> view_model
    |
    |-> feature_name_view_model.dart

Generate View Layer Only Model

Generates the View Layer files for only Model.

feature_name
 |
 |-> model
    |
    |-> feature_name_model.dart

Requirements

You have to use the flutter architecture we use in order to these file generetor makes sense for the flutter code that you are writing

Release Notes

Users appreciate release notes as you update your extension.

1.0.0

Initial release of Code Generator extension for Flutter Architecture. This version only includes the file generators for the view layer of our flutter architecture

1.0.4

Windows generation fix

1.1.0

Next: we will add the Json to Dart converter for the model generation related to this Flutter Architecture

2.0.0

Next: we will add the Boilerplate generator for the Flutter Architecture


Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft