Skip to content

Commit

Permalink
Theme support and standardization
Browse files Browse the repository at this point in the history
Settings page is broken (to set theme)
  • Loading branch information
Kevin Dudley committed Dec 12, 2024
1 parent e257a1d commit a5196ed
Show file tree
Hide file tree
Showing 19 changed files with 1,568 additions and 295 deletions.
25 changes: 25 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "quest_cards",
"request": "launch",
"type": "dart"
},
{
"name": "quest_cards (profile mode)",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
},
{
"name": "quest_cards (release mode)",
"request": "launch",
"type": "dart",
"flutterMode": "release"
}
]
}
Loading

0 comments on commit a5196ed

Please sign in to comment.