mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-26 12:59:30 +00:00
you page and switch users
This commit is contained in:
parent
3e405b795d
commit
3f496c57c4
17 changed files with 659 additions and 211 deletions
31
.vscode/tasks.json
vendored
31
.vscode/tasks.json
vendored
|
|
@ -32,37 +32,6 @@
|
|||
"message": 4
|
||||
}
|
||||
}
|
||||
},
|
||||
// flutter build apk --release
|
||||
{
|
||||
"icon": { "id": "package", "color": "terminal.ansiGreen" },
|
||||
"label": "flutter build release APK",
|
||||
"type": "shell",
|
||||
"command": "flutter build apk --release",
|
||||
"group": {
|
||||
"kind": "none",
|
||||
"isDefault": false
|
||||
},
|
||||
"detail": "Building APK in release mode",
|
||||
"presentation": {
|
||||
"revealProblems": "onProblem",
|
||||
"reveal": "always",
|
||||
"panel": "dedicated"
|
||||
},
|
||||
"runOptions": {
|
||||
"instanceLimit": 1
|
||||
},
|
||||
"problemMatcher": {
|
||||
"owner": "dart",
|
||||
"fileLocation": ["relative", "${workspaceFolder}"],
|
||||
"pattern": {
|
||||
"regexp": "^(.*):(\\d+):(\\d+):\\s+(.*)$",
|
||||
"file": 1,
|
||||
"line": 2,
|
||||
"column": 3,
|
||||
"message": 4
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue