feat: add deeplinking support for oauth login

This commit is contained in:
Dr-Blank 2024-09-16 23:51:50 -04:00
parent 38bad9671d
commit 61aeaf429f
No known key found for this signature in database
GPG key ID: 7452CC63F210A266
23 changed files with 1310 additions and 343 deletions

8
.vscode/launch.json vendored
View file

@ -20,6 +20,12 @@
"request": "launch",
"type": "dart",
"flutterMode": "release"
},
{
"name": "debug debug.dart",
"request": "launch",
"type": "dart",
"program": "${workspaceFolder}/shelfsdk/playground/debug.dart"
}
]
}
}

View file

@ -11,6 +11,7 @@
"cSpell.words": [
"audioplayers",
"Autovalidate",
"deeplinking",
"fullscreen",
"Lerp",
"miniplayer",