set showing as dialog with search

This commit is contained in:
Salvatore Giordano
2018-03-31 20:08:42 +02:00
parent d4e11edc4e
commit 2101639d78
7 changed files with 132 additions and 101 deletions

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

@@ -0,0 +1,13 @@
{
// 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": "Flutter",
"request": "launch",
"type": "dart"
}
]
}