mirror of
https://github.com/smmarty/friflex_flutter_starter.git
synced 2025-12-22 01:20:46 +00:00
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "build_runner --delete-conflicting-outputs",
|
|
"type": "shell",
|
|
"command": "dart",
|
|
"args": [
|
|
"run",
|
|
"build_runner",
|
|
"build",
|
|
"--delete-conflicting-outputs"
|
|
],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"presentation": {
|
|
"reveal": "always"
|
|
},
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "build_runner clean",
|
|
"type": "shell",
|
|
"command": "dart",
|
|
"args": [
|
|
"run",
|
|
"build_runner",
|
|
"clean"
|
|
],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"presentation": {
|
|
"reveal": "always"
|
|
},
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "switch_to_gms",
|
|
"type": "shell",
|
|
"command": "./switch_service.sh gms",
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "switch_to_aurora",
|
|
"type": "shell",
|
|
"command": "./switch_service.sh aurora",
|
|
"problemMatcher": []
|
|
}
|
|
]
|
|
} |