Skip to content

Commit 73e3676

Browse files
authored
Merge pull request #111 from deepikahr/shimmer
gfshimmer completed
2 parents e8ec143 + 8ce1ad6 commit 73e3676

File tree

3 files changed

+239
-237
lines changed

3 files changed

+239
-237
lines changed

.vscode/launch.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
8+
9+
{
10+
"name": "Flutter",
11+
"request": "launch",
12+
"type": "dart"
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)