mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-06 02:59:28 +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
|
|
@ -46,7 +46,8 @@ class AddNewServer extends HookConsumerWidget {
|
|||
color: Theme.of(context).colorScheme.onSurface.withOpacity(0.8),
|
||||
),
|
||||
border: const OutlineInputBorder(),
|
||||
prefixText: 'https://',
|
||||
prefixText:
|
||||
myController.text.startsWith(RegExp('https?://')) ? '' : 'https://',
|
||||
prefixIcon: ServerAliveIcon(server: Uri.parse(newServerURI.text)),
|
||||
|
||||
// add server button
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue