feat(build): add task for running Flutter on specific Android device
This commit is contained in:
parent
4e0f8d8541
commit
14221f4819
1 changed files with 13 additions and 0 deletions
13
.vscode/tasks.json
vendored
13
.vscode/tasks.json
vendored
|
|
@ -74,6 +74,19 @@
|
|||
],
|
||||
"group": "build",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "Flutter Run Android (Supabase Debug)",
|
||||
"type": "shell",
|
||||
"command": "flutter",
|
||||
"args": [
|
||||
"run",
|
||||
"-d",
|
||||
"BM1S1B2416004987",
|
||||
"--dart-define-from-file=.env/flutter_defines.json"
|
||||
],
|
||||
"group": "build",
|
||||
"problemMatcher": []
|
||||
}
|
||||
],
|
||||
"inputs": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue