flutter_secure_storage
flutter_secure_storage copied to clipboard
A Flutter plugin to store data in secure storage
I have used the beta version of the package `flutter_secure_storage_web: ^2.0.0-beta.1` and it works fine on `localhost` but when i host it on a locale network and try to access...
The Changelog for v9.0.0 and v8.1.0 were duplicated. Removing one of them.
Bumps com.android.application from 8.4.1 to 8.5.2. [](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...
A long outstanding problem with the Android part of this package is the deprecated usage of older cryptography usage (CBC with PKCS5/PKCS7 padding) for SDK < 23, and the already...
## Steps to reproduce 1. Create a new Flutter project. 2. Add `flutter_secure_storage: ^9.2.2` to `dependencies` of `pubspec.yaml` 3. Change AGP version to 8.5.0 in `android/settings.gradle` (`com.android.application` plugin) or any...
When try to store data on chrome, get error: > `"TypeError: Instance of 'LegacyJavaScriptObject': type 'LegacyJavaScriptObject' is not a subtype of type 'FutureOr?'"` Versions - dart: `3.4.3` - flutter: `3.22.2`...
I get no error message
We are currently running into an issue with the web plugin as the currently released version is still depending on `web:
When I upgraded my android studio to lady bug from koala, flutter_secure_storage would bomb the android emulator and project would not compile and run on android. I had to uninstall...
Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 1.9.24 to 2.0.21. Release notes Sourced from org.jetbrains.kotlin.android's releases. Kotlin 2.0.21 Changelog Apple Ecosystem KT-69093 Xcode 16 support in Kotlin Backend. Native. Debug KT-71374 lldb: step out...