Closed andim27 closed 8 months ago
Hi @andim27,
Hope you are well, thanks for reporting this.
I've done a bit of digging online and it appears related to the below issues: https://github.com/mogol/flutter_secure_storage/issues/210 https://github.com/BitCodersNN/unn-mobile/issues/224
This appears to be the solution: https://github.com/mogol/flutter_secure_storage/issues/43#issuecomment-471642126
<application
...
android:allowBackup="false"
android:fullBackupContent="false">
I've updated Nylo in this commit to fix it https://github.com/nylo-core/nylo/commit/2be2d5bb3e17ce1a19345999cfe4bacf3a97f620 👍
I found bug in NyStorage: Sometime on old phones have an error
I think better choice use try-catch in the core: in String? data = await StorageManager.storage.read(key: key); Will wait new update