preVersionfinish

This commit is contained in:
atseirjo
2026-07-23 09:15:37 +02:00
parent 3c4c6f8222
commit 9f7ee3f356
27 changed files with 944 additions and 193 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Flutter Web Debug",
"request": "launch",
"type": "dart",
"flutterMode": "debug",
"args": [
"--web-hostname=localhost",
"--web-port=8080"
]
}
]
}