SDK version upgrade

This commit is contained in:
2024-11-12 14:56:39 +01:00
parent fda80b014b
commit 2d2332621e
36 changed files with 347 additions and 270 deletions
+18
View File
@@ -0,0 +1,18 @@
{
// 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": "Flutter for web",
"type": "dart",
"request": "launch",
"program": "lib/main.dart",
// "args": [
// "-d",
// "chrome"
// ]
}
]
}