i18n
This commit is contained in:
parent
659b2885cf
commit
4c229a5db0
60
.vscode/launch.json
vendored
Normal file
60
.vscode/launch.json
vendored
Normal file
@ -0,0 +1,60 @@
|
|||||||
|
{
|
||||||
|
// Use IntelliSense to learn about possible attributes.
|
||||||
|
// Hover to view descriptions of existing attributes.
|
||||||
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||||
|
"version": "0.2.0",
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"name": "filcnaplo",
|
||||||
|
"cwd": "filcnaplo",
|
||||||
|
"request": "launch",
|
||||||
|
"type": "dart"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "filcnaplo (profile mode)",
|
||||||
|
"cwd": "filcnaplo",
|
||||||
|
"request": "launch",
|
||||||
|
"type": "dart",
|
||||||
|
"flutterMode": "profile"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "filcnaplo_desktop_ui",
|
||||||
|
"cwd": "filcnaplo_desktop_ui",
|
||||||
|
"request": "launch",
|
||||||
|
"type": "dart"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "filcnaplo_desktop_ui (profile mode)",
|
||||||
|
"cwd": "filcnaplo_desktop_ui",
|
||||||
|
"request": "launch",
|
||||||
|
"type": "dart",
|
||||||
|
"flutterMode": "profile"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "filcnaplo_kreta_api",
|
||||||
|
"cwd": "filcnaplo_kreta_api",
|
||||||
|
"request": "launch",
|
||||||
|
"type": "dart"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "filcnaplo_kreta_api (profile mode)",
|
||||||
|
"cwd": "filcnaplo_kreta_api",
|
||||||
|
"request": "launch",
|
||||||
|
"type": "dart",
|
||||||
|
"flutterMode": "profile"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "filcnaplo_mobile_ui",
|
||||||
|
"cwd": "filcnaplo_mobile_ui",
|
||||||
|
"request": "launch",
|
||||||
|
"type": "dart"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "filcnaplo_mobile_ui (profile mode)",
|
||||||
|
"cwd": "filcnaplo_mobile_ui",
|
||||||
|
"request": "launch",
|
||||||
|
"type": "dart",
|
||||||
|
"flutterMode": "profile"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
8
fix-pub.sh
Executable file
8
fix-pub.sh
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
cd filcnaplo && pwd && flutter clean && flutter pub get && cd ..
|
||||||
|
cd filcnaplo_kreta_api && pwd && flutter clean && flutter pub get && cd ..
|
||||||
|
cd filcnaplo_mobile_ui && pwd && flutter clean && flutter pub get && cd ..
|
||||||
|
cd filcnaplo_desktop_ui && pwd && flutter clean && flutter pub get && cd ..
|
||||||
|
|
||||||
|
echo Fixed pub.
|
Loading…
x
Reference in New Issue
Block a user