Skip to content

Commit

Permalink
feat: add platform checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Nov 3, 2022
1 parent 8cf88e8 commit fa66ebd
Show file tree
Hide file tree
Showing 6 changed files with 407 additions and 176 deletions.
10 changes: 10 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"configurations": [
{
"name": "Flutter (Platform UI)",
"type": "dart",
"request": "launch",
"program": "${workspaceFolder}/example/lib/main.dart"
}
]
}
Loading

0 comments on commit fa66ebd

Please sign in to comment.