{ "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", "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": "./tools/switch_service.sh gms", "problemMatcher": [] }, { "label": "switch_to_aurora", "type": "shell", "command": "./tools/switch_service.sh aurora", "problemMatcher": [] } ] }