mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 13:38:13 -08:00
feature: Adds schemeVariants to color options (#109)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
98130f953e
commit
0b0cd3a557
11 changed files with 143 additions and 16 deletions
18
.vscode/tasks.json
vendored
18
.vscode/tasks.json
vendored
|
|
@ -84,6 +84,24 @@
|
|||
"options": {
|
||||
"cwd": "${workspaceFolder}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "flutter",
|
||||
"command": "dart",
|
||||
"args": [
|
||||
"run",
|
||||
"build_runner",
|
||||
"watch"
|
||||
],
|
||||
"problemMatcher": [
|
||||
"$dart-build_runner"
|
||||
],
|
||||
"group": "build",
|
||||
"label": "dart: dart pub run build_runner watch",
|
||||
"detail": "",
|
||||
"runOptions": {
|
||||
"runOn": "folderOpen"
|
||||
}
|
||||
}
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue