Stacked: New Stacked Skeleton
- This command generates for you a skeleton, aka boiler plate, for the stacked architecture.
- After the files are generated, you have to run this command:
flutter pub run build_runner build --delete-conflicting-outputs
. - You can use this command in one way:
- Click
Ctrl+Shift+P
then search forStacked: New Stacked Skeleton
.
- Click
Stacked: New Stacked View-ViewModel
- This Command generates for you everything you need to create your stacked view-viewmodel folder.
- You can use this command in two ways:
- Click
Ctrl+Shift+P
then search forStacked: New Stacked-View ViewModel
. - Right click anywhere in the explorer, then click on
Stacked: New Stacked View-ViewModel
option.
- Click
Shortcut | Description |
---|---|
svrf |
Creates a Stacked View Reactive Statefull |
svnf |
Creates a Stacked View NonReactive Statefull |
svrl |
Creates a Stacked View Reactive Stateless |
svnl |
Creates a Stacked View NonReactive Stateless |
svm |
Creates a Stacked View Model |