add structure

This commit is contained in:
2020-05-29 07:45:27 +06:30
parent 4c851d9971
commit bad27ba5c4
272 changed files with 36065 additions and 174 deletions

11
.vscode/launch.json vendored
View File

@@ -2,9 +2,14 @@
"version": "0.2.0",
"configurations": [
{
"name": "Flutter",
"name": "Flutter Dev",
"request": "launch",
"type": "dart"
}
"type": "dart",
"program": "lib/main-dev.dart",
"args": [
"-t",
"lib/main-dev.dart",
],
},
]
}