added cache for suppliers
updated flutter version
This commit is contained in:
parent
0561d9a9b4
commit
7a6b681b49
3 changed files with 9 additions and 9 deletions
2
.fvmrc
2
.fvmrc
|
|
@ -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
14
.vscode/launch.json
vendored
|
|
@ -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",
|
||||||
|
|
|
||||||
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"dart.flutterSdkPath": ".fvm/versions/3.29.2"
|
"dart.flutterSdkPath": ".fvm/versions/3.29.3"
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue