This VS Code extension simplifies the creation of MVVM (Model-View-ViewModel) architecture files in Flutter projects. Easily generate boilerplate code for ViewModel files with just a few click.
Commands
Command
Usage
Shortcut
MVVM: New ViewModel
Right-click on a folder and select from the menu.
-
MVVM: New Project
Open Command Palette and select the command.
Command + Shift + P / Ctrl + Shift + P
Code Actions
Code Action
Usage
Shortcut
Extract to ARB
Extract selected text to ARB files for localization.
Command + . / Ctrl + .
Note: For ARB extraction, ensure your project includes a l10n.yaml file with arb-dir setting.