add skeleton

This commit is contained in:
Sai Naw Wun
2020-05-28 21:50:32 +06:30
parent 2e19baa0d1
commit 4c851d9971
62 changed files with 1634 additions and 13 deletions

10
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Flutter",
"request": "launch",
"type": "dart"
}
]
}