flutter_secure_storage
flutter_secure_storage copied to clipboard
A Flutter plugin to store data in secure storage
I upgraded to XCode 16 (iOS18.0) and I am getting the following crash when running the app on a device other than IOS 18.0. I have double checked that it's...
secure storage crashes with the message on MacOS: ``` PlatformException(Unexpected security result code, Code: -34018, Message: A required entitlement isn't present., -34018, null) ``` It works fine in debug mode...
I am encountering a `FlutterError - ParallelWaitError: Instance of 'StorageException'` when using the `flutter_secure_storage` package to write data. This error occurs during the `SecureStorage.write` operation and ONLY on iOS. I...
Hello, I just updated our app to flutter 3.24.1 and flutter_secure_storage 9.2.2, but when I run the app in release mode I get: ``` ➜ app git:(main) ✗ flutter run...
Bumps com.android.application from 8.4.1 to 8.7.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps com.android.tools.build:gradle from 8.5.1 to 8.7.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
upgrade gradle version
#Could not launch “[DEV] Fab” Domain: IDELaunchErrorDomain Code: 20 Recovery Suggestion: Runningboard has returned error 5. Please check the system logs for the underlying cause of the error. User Info:...
Because flutter_secure_storage_web 1.2.1 depends on js ^0.6.3 and no versions of flutter_secure_storage_web match >1.2.1 =7.2.0 depends on js ^0.7.1, flutter_branch_sdk >=7.2.0 is incompatible with flutter_secure_storage_web ^1.2.1. And because flutter_secure_storage 9.2.2...
I'm using this package. It is working fine for short time. I observed after few hours, all data cleaned up from the secure storage. Most of our users are facing...