Skip to content

Commit fd9b6e7

Browse files
committed
✨ no null safety
1 parent 5b3245e commit fd9b6e7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.vscode/launch.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"configurations": [
3+
{
4+
"name": "Flutter",
5+
"type": "dart",
6+
"request": "launch",
7+
"program": "lib/main.dart",
8+
"args": ["--no-sound-null-safety"]
9+
}
10+
]
11+
}

0 commit comments

Comments
 (0)