mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-06 02:59:28 +00:00
hotfix: add permission handling for external storage and update log file naming
This commit is contained in:
parent
5d2b9fd43e
commit
33c57da78f
8 changed files with 106 additions and 3 deletions
|
|
@ -39,7 +39,10 @@ class AddNewServer extends HookConsumerWidget {
|
|||
controller: controller,
|
||||
keyboardType: TextInputType.url,
|
||||
autofillHints: const [AutofillHints.url],
|
||||
textInputAction: TextInputAction.next,
|
||||
textInputAction: TextInputAction.done,
|
||||
onFieldSubmitted: (_) {
|
||||
onPressed?.call();
|
||||
},
|
||||
decoration: InputDecoration(
|
||||
labelText: 'Server URI',
|
||||
labelStyle: TextStyle(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue