Functioning music player features

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-29 03:20:20 +00:00
co-authored by Copilot
parent 357e6e17cc
commit 34476a56da
9 changed files with 161 additions and 98 deletions
+5 -10
View File
@@ -6,15 +6,10 @@
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.vscode-typescript-next"
],
"settings": {
"terminal.integrated.defaultProfile.linux": "bash"
}
"ms-vscode.vscode-typescript-next",
"dart-code.flutter"
]
}
},
"postCreateCommand": "flutter doctor -v",
"mounts": [
]
}
"postCreateCommand": "flutter doctor -v"
}