From 7a6b681b494b2178409b080be0d554091d55a7fb Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Tue, 22 Apr 2025 11:38:53 +0800 Subject: [PATCH] added cache for suppliers updated flutter version --- .fvmrc | 2 +- .vscode/launch.json | 14 +++++++------- .vscode/settings.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.fvmrc b/.fvmrc index dee7747..efe8921 100644 --- a/.fvmrc +++ b/.fvmrc @@ -1,5 +1,5 @@ { - "flutter": "3.29.2", + "flutter": "3.29.3", "runPubGetOnSdkChanges": true, "updateVscodeSettings": true, "updateGitIgnore": true diff --git a/.vscode/launch.json b/.vscode/launch.json index 7c4a90d..59c8642 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,17 +4,17 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ - // { - // "name": "pharmacy_mobile", - // "request": "launch", - // "type": "dart" - // }, { "name": "pharmacy_mobile", "request": "launch", - "type": "node-terminal", - "command": "fvm flutter run --no-enable-impeller", + "type": "dart" }, + // { + // "name": "pharmacy_mobile", + // "request": "launch", + // "type": "node-terminal", + // "command": "fvm flutter run --no-enable-impeller", + // }, { "name": "build apk", "request": "launch", diff --git a/.vscode/settings.json b/.vscode/settings.json index 7ce2e0e..e560150 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "dart.flutterSdkPath": ".fvm/versions/3.29.2" + "dart.flutterSdkPath": ".fvm/versions/3.29.3" } \ No newline at end of file