Removed flavor from Flutter run and build commands

This commit is contained in:
Abdullah Alassaf
2025-04-22 03:01:43 +03:00
parent b901791079
commit d7a37c6519
4 changed files with 7 additions and 13 deletions

8
.vscode/launch.json vendored
View File

@ -14,8 +14,6 @@
"chrome",
"--web-port",
"3000",
"--flavor",
"development",
"-t",
"lib/main_dev.dart",
],
@ -35,8 +33,6 @@
"chrome",
"--web-port",
"3000",
"--flavor",
"staging",
"-t",
"lib/main_staging.dart",
],
@ -56,10 +52,8 @@
"chrome",
"--web-port",
"3000",
"--flavor",
"production",
"-t",
"lib/main_staging.dart",
"lib/main.dart",
],
"flutterMode": "debug"