mirror of
https://github.com/smmarty/friflex_flutter_starter.git
synced 2025-12-22 01:20:46 +00:00
feat(app): Добавить fluttergen (#3)
Co-authored-by: PetrovY <y.petrov@friflex.com>
This commit is contained in:
19
.vscode/tasks.json
vendored
19
.vscode/tasks.json
vendored
@@ -1,6 +1,19 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "fluttergen",
|
||||
"type": "shell",
|
||||
"command": "/Users/yura/.pub-cache/bin/fluttergen",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
},
|
||||
"presentation": {
|
||||
"reveal": "always"
|
||||
},
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "build_runner --delete-conflicting-outputs",
|
||||
"type": "shell",
|
||||
@@ -41,13 +54,13 @@
|
||||
{
|
||||
"label": "switch_to_gms",
|
||||
"type": "shell",
|
||||
"command": "./switch_service.sh gms",
|
||||
"problemMatcher": []
|
||||
"command": "./tools/switch_service.sh gms",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "switch_to_aurora",
|
||||
"type": "shell",
|
||||
"command": "./switch_service.sh aurora",
|
||||
"command": "./tools/switch_service.sh aurora",
|
||||
"problemMatcher": []
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user