flutter_secure_storage icon indicating copy to clipboard operation
flutter_secure_storage copied to clipboard

A Flutter plugin to store data in secure storage

Results 274 flutter_secure_storage issues
Sort by recently updated
recently updated
newest added

When launching a Flutter app with the current `develop` branch, I'm getting the following error right after launching my Flutter app. **Logs:** ``` E/AndroidRuntime(15879): FATAL EXCEPTION: fluttersecurestorage.worker E/AndroidRuntime(15879): Process: business.braid.polycule.debug,...

Update the minimum SDK version requirement across Android build configurations and CI workflow to 24 to align with new platform requirements

I noticed that the `AndroidOptions`: * `preferencesKeyPrefix` * `sharedPreferencesName` do not seem to be evaluated anymore in the V10.0-beta.x versions. Instead the default values (`VGhpcyBpcyB0aGUgcHJlZml4IGZvciBhIHNlY3VyZSBzdG9yYWdlCg` and `FlutterSecureStorage`) are always used...

stale

This PR fixed warning ``` warning: no rule to process file '.../PrivacyInfo.xcprivacy' of type 'text.xml' for architecture 'arm64' (in target 'flutter_secure_storage_darwin' from project 'Pods') warning: no rule to process file...

Hello. With my Flutter web app hosted, I get this error with flutter_secure_storage: `Uncaught Error: Null check operator used on a null value at flutter_secure_storage_web.dart:111:16 at _wrapJsFunctionForAsync_closure.$protected (async_patch.dart:311:19) at _wrapJsFunctionForAsync_closure.call$2...

Hello, can you help me with this error. Writing some data in secure storage doesn't work on some web browsers. I had an issue on android mobile phone in android...

## Describe the bug After a successful login, writing the new JWT (and other keys) to `flutter_secure_storage` sometimes throws a `BadPaddingException` deep inside Android’s KeyStore/EncryptedSharedPreferences, causing: PlatformException(Exception encountered, read, javax.crypto.BadPaddingException:...

Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 1.9.25 to 2.1.21. Release notes Sourced from org.jetbrains.kotlin.android's releases. Kotlin 2.1.21 Changelog Backend. Native. Debug KT-75991 Xcode 16.3: Fix lldb stepping test over an inline function Compiler...

dependencies
java

The package [`ksecretsservice` is no longer maintained](https://github.com/KDE/ksecrets) since 2020. However, [KDE wallet supports `org.freedesktop.secrets` DBus API and can now be used by `libsecret`](https://wiki.archlinux.org/title/KDE_Wallet) for storing and retrieving secrets. Without updating...

I update xCode 15.3 to 16.2(IOS 18.2) then we run the flutter project then we get error like - [1]: webtech (00008030-001A29212EF2402E) [2]: iPhone 16 Plus (C130023E-F702-4FAD-963F-19750863EB1B) [3]: Mac Designed...

stale