Woop Woop

This commit is contained in:
2021-11-16 16:22:32 -06:00
parent 08c4610e74
commit 9942c66e0c
4 changed files with 137 additions and 55 deletions

19
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,19 @@
{
// 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": "reprecord-app",
"request": "launch",
"type": "dart"
},
{
"name": "reprecord-app (profile mode)",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
}
]
}