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

## Issue When looking at the README file for the 9.2.1 release tag, it is shown that Windows supports both readAll and deleteAll functions. [https://github.com/mogol/flutter_secure_storage/tree/v9.2.1?tab=readme-ov-file#platform-implementation](https://github.com/mogol/flutter_secure_storage/tree/v9.2.1?tab=readme-ov-file#platform-implementation) This is in contrast with...

As listed in this issue #795, I've updated the documentation used for the pub.dev documentation using what is in the project root README.md file, Sorry for the very small and...

**Reason:** For iOS Keychain write function checks for existence of an item before performing changes, then it either: - adds new item (if item for key does not exist) -...

We are facing an issue of: PlatformException(Unexpected security result code, Code: -25299, Message: The specified item already exists in the keychain., -25299, null) Which is strange because it should just...

Hello, I am getting "StorageCipher initialization failed" issue when I run the app. Running on device Android 11 (api 30): Error Running on device Android 13 (api 33): Ok Flutter...

Getting the following error after performing read, write or delete: ``` MissingPluginException(No implementation found for method read on channel plugins.it_nomads.com/flutter_secure_storage) ``` Stacktrace ``` packages/flutter/src/services/platform_channel.dart 332:7 _invokeMethod ``` Notes: - I'm...

bumped Flutter version to increase compatibility with other packages (in particular mixpanel_flutter) because of outdates js version in older Flutter dependencie

This PR addresses the issue #761 where a "Null check operator used on a null value" error occurs when accessing the storage through an IP address on a local network....

📝 Description: While conducting a VAPT (Vulnerability Assessment & Penetration Testing) on our Flutter app, the security team discovered that a file named FlutterSecureKeyStorage.xml is being created and is visible...

I got this issue in version 9.2.4 and still same in version 10.0.0-beta.4 Android ver : 10 Device : imin POS E/SecureStorageAndroid( 8098): EncryptedSharedPreferences initialization failed E/SecureStorageAndroid( 8098): java.security.GeneralSecurityException: Keystore...