29 lines
415 B
JSON
29 lines
415 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "dart",
|
|
"command": "dart",
|
|
"cwd": "",
|
|
"args": [
|
|
"doc",
|
|
"."
|
|
],
|
|
"problemMatcher": [],
|
|
"label": "dart: dart doc .",
|
|
"detail": ""
|
|
},
|
|
{
|
|
"type": "flutter",
|
|
"command": "flutter",
|
|
"args": [
|
|
"build",
|
|
"apk"
|
|
],
|
|
"group": "build",
|
|
"problemMatcher": [],
|
|
"label": "flutter: flutter build apk",
|
|
"detail": ""
|
|
}
|
|
]
|
|
} |