Skip to content

Commit

Permalink
Add commands
Browse files Browse the repository at this point in the history
  • Loading branch information
L3odr0id committed Mar 26, 2022
1 parent 3578c15 commit 25eb544
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@
"typescript.tsc.autoDetect": "off",
"flutter-features.commands": [
{
"name": "Build autogenerated files (build_runner build)",
"name": "Flutter build_runner build",
"command": "fvm flutter packages pub run build_runner build --delete-conflicting-outputs"
},
{
"name": "Dart build_runner build",
"command": "dart pub run build_runner build --delete-conflicting-outputs"
},
{
"name": "Generate assets with assets_fill (run asset_fill)",
"command": "fvm flutter pub run asset_fill"
Expand All @@ -32,6 +36,11 @@
{
"name": "Build web",
"command": "fvm flutter build web --release --web-renderer html"
},
{
"name": "Run web",
"command": "fvm flutter run -d chrome --web-renderer html"
}

]
}

0 comments on commit 25eb544

Please sign in to comment.