mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-07 19:49:29 +00:00
feat: add deeplinking support for oauth login
This commit is contained in:
parent
38bad9671d
commit
61aeaf429f
23 changed files with 1310 additions and 343 deletions
|
|
@ -7,5 +7,8 @@ class AppMetadata {
|
|||
// TODO: use the packageinfo package to get the app name
|
||||
static const String appName = 'Vaani';
|
||||
|
||||
// for deeplinking
|
||||
static const String appScheme = 'vaani';
|
||||
|
||||
static get appNameLowerCase => appName.toLowerCase().replaceAll(' ', '_');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue