Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>TemplatableNew to Visual Studio Code? Get it now.
Templatable

Templatable

Templatable

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

Templatable

VSCode extension to generate MVVM feature based architecture, widgets, and model.

Features

Currently, the extension has three features.

  • Create feature: to create architecture.
--feature_name
    |-- models
        |-- feature_name
            |-- feature_name.dart
    |-- repositories
        |-- feature_name_services.dart
    |-- view_models
        |-- providers
            |-- feature_name_provider.dart
        |-- feature_name_view_model.dart
    |-- views
        |-- widgets
            |-- feature_name_screen.dart
  • Create widget: to create widgets:

    • StatefulWidget
    • StatelessWidget
    • ConsumerWidget from Riverpod widgets are currently available.
  • Create model: to create model class with freezed.

Usages

  • Cmd/Ctrl + Shift + P to find Templatable, then select
  • or, you can select specific folder in VSCode Explorer, then mouse right click to select.

Release Notes

1.0.0

Initial release of Templatable

1.0.1

  • EasyLocalization generator command added
  • Build runner command added

Enjoy!

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