hotfix: add permission handling for external storage and update log file naming

This commit is contained in:
Dr-Blank 2024-10-03 19:04:36 -04:00
parent 5d2b9fd43e
commit 33c57da78f
No known key found for this signature in database
GPG key ID: 7452CC63F210A266
8 changed files with 106 additions and 3 deletions

View file

@ -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(