fix: Seahorse does not properly work on many Linux devices
- stop use of `flutter_secure_storage` for Linux in favor of unencrypted storage Unlike many other platforms, many Linux distributions have built-in support for FDE or home directory encryption. As long as `flutter_secure_storage` makes FluffyChat useles on many Linuxes, this seems to be the only solution until they stop using Seahorse. Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
parent
531f43d42a
commit
d5a0d68a33
8 changed files with 25 additions and 11 deletions
|
|
@ -66,6 +66,7 @@ dependencies:
|
|||
scroll_to_index: ^2.1.0
|
||||
sentry: ^6.0.1
|
||||
share: ^2.0.4
|
||||
shared_preferences: ^2.0.12
|
||||
slugify: ^2.0.0
|
||||
swipe_to_action: ^0.2.0
|
||||
uni_links: ^0.5.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue