fix: correct program path for DEV Android configuration and update package versions in pubspec.lock

This commit is contained in:
Achintha Isuru
2025-11-19 12:40:15 -05:00
parent 7f27d94e61
commit 4ca290917f
2 changed files with 3 additions and 3 deletions

2
.vscode/launch.json vendored
View File

@@ -45,7 +45,7 @@
"name": "krow-client-application (DEV Android)",
"request": "launch",
"type": "dart",
"program": "lmobile-apps/client-app/lib/main_dev.dart",
"program": "mobile-apps/client-app/lib/main_dev.dart",
"flutterMode": "debug",
"toolArgs": ["--flavor", "dev"]
},