Initial Support

This commit is contained in:
Kingkor Roy Tirtho
2022-05-27 12:51:13 +06:00
parent b5a73f8cae
commit 64c852fddc
162 changed files with 4691 additions and 5236 deletions
+28
View File
@@ -0,0 +1,28 @@
{
// 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": "example fl_query",
"cwd": "packages/example",
"request": "launch",
"type": "dart"
},
{
"name": "example fl_query (profile mode)",
"cwd": "packages/example",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
},
{
"name": "example fl_query (release mode)",
"cwd": "packages/example",
"request": "launch",
"type": "dart",
"flutterMode": "release"
}
]
}
-6
View File
@@ -1,6 +0,0 @@
{
"editor.tokenColorCustomizations": {
"comments": "",
"textMateRules": []
}
}