fix button flow

This commit is contained in:
Sai Naw Wun
2020-05-29 21:42:00 +06:30
parent c4fbb79af0
commit 9fa5b9ff51
2 changed files with 62 additions and 45 deletions

10
.vscode/launch.json vendored
View File

@@ -11,5 +11,15 @@
"lib/main-dev.dart",
],
},
{
"name": "Flutter Dev2",
"request": "launch",
"type": "dart",
"program": "lib/main-dev.dart",
"args": [
"-t",
"lib/main-dev.dart",
],
},
]
}