added cache for suppliers

updated flutter version
This commit is contained in:
Patrick Alvin Alcala 2025-04-22 11:38:53 +08:00
parent 0561d9a9b4
commit 7a6b681b49
3 changed files with 9 additions and 9 deletions

2
.fvmrc
View file

@ -1,5 +1,5 @@
{ {
"flutter": "3.29.2", "flutter": "3.29.3",
"runPubGetOnSdkChanges": true, "runPubGetOnSdkChanges": true,
"updateVscodeSettings": true, "updateVscodeSettings": true,
"updateGitIgnore": true "updateGitIgnore": true

14
.vscode/launch.json vendored
View file

@ -4,17 +4,17 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
// {
// "name": "pharmacy_mobile",
// "request": "launch",
// "type": "dart"
// },
{ {
"name": "pharmacy_mobile", "name": "pharmacy_mobile",
"request": "launch", "request": "launch",
"type": "node-terminal", "type": "dart"
"command": "fvm flutter run --no-enable-impeller",
}, },
// {
// "name": "pharmacy_mobile",
// "request": "launch",
// "type": "node-terminal",
// "command": "fvm flutter run --no-enable-impeller",
// },
{ {
"name": "build apk", "name": "build apk",
"request": "launch", "request": "launch",

View file

@ -1,3 +1,3 @@
{ {
"dart.flutterSdkPath": ".fvm/versions/3.29.2" "dart.flutterSdkPath": ".fvm/versions/3.29.3"
} }