minor fix

This commit is contained in:
ashilkn 2022-06-12 20:06:49 +05:30
parent 22c6fa2206
commit b3c34b38cd

32
.vscode/launch.json vendored
View file

@ -4,7 +4,7 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Android Prod",
"request": "launch",
@ -47,35 +47,5 @@
"endpoint=http://localhost:8080",
]
},
{
"name": "Tab",
"request": "launch",
"type": "dart",
"deviceId": "emulator-5554",
"flutterMode": "debug",
"program": "lib/main.dart",
"args": [
"--flavor",
"independent"
]
},
{
"name": "Phone",
"request": "launch",
"type": "dart",
"deviceId": "emulator-5556",
"flutterMode": "debug",
"program": "lib/main.dart",
"args": [
"--flavor",
"independent"
]
}
],
"compounds": [
{
"name": "Tab and Phone",
"configurations": ["Tab", "Phone"]
}
]
}