Initial commit

This commit is contained in:
gasaichandesu
2025-08-30 19:47:42 +04:00
commit 58d7808a8d
100 changed files with 6186 additions and 0 deletions
+25
View File
@@ -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": "moonwell_launcher",
"request": "launch",
"type": "dart"
},
{
"name": "moonwell_launcher (profile mode)",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
},
{
"name": "moonwell_launcher (release mode)",
"request": "launch",
"type": "dart",
"flutterMode": "release"
}
]
}