Skip to content

Commit

Permalink
Merge pull request #1 from hamRS/master
Browse files Browse the repository at this point in the history
feat: add landing work in progress screen
  • Loading branch information
unacorbatanegra authored Dec 15, 2023
2 parents 5ed1dd1 + 5082aa1 commit bb11cfe
Show file tree
Hide file tree
Showing 12 changed files with 4,901 additions and 146 deletions.
25 changes: 25 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
// 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_conf_web",
"request": "launch",
"type": "dart"
},
{
"name": "flutter_conf_web (profile mode)",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
},
{
"name": "flutter_conf_web (release mode)",
"request": "launch",
"type": "dart",
"flutterMode": "release"
}
]
}
1 change: 1 addition & 0 deletions assets/animation/bubble_animation.json

Large diffs are not rendered by default.

Loading

0 comments on commit bb11cfe

Please sign in to comment.