flutter_secure_storage
flutter_secure_storage copied to clipboard
A Flutter plugin to store data in secure storage
Fixes the behaviour described in this issue https://github.com/juliansteenbakker/flutter_secure_storage/issues/900 For the fix to be effective, `AndroidOptions` must be passed with `resetOnError: true`
Hi, I am experiencing an issue after upgrading the plugin from version 9.2.4 to 10.0.0-beta.4. Specifically, calls to the readAll and deleteAll methods fail when handling keys that were previously...
Since in beta versions SDK was raised all the way to Android Marshmallow (23), is there any way or plans to support Android Lollipop (level 21) which is current Flutter...
I am experiencing an issue where the stored data in flutter_secure_storage is lost after reinstalling the app on Android. I have already ensured that android:allowBackup="true" is set in my AndroidManifest.xml,...
Hi! Could you please tell me why aesPreferencesKey is hardcoded and why it's even needed? I'm passing through security audit and pen-testers were able to grep ```java protected String getAESPreferencesKey()...
I have 2 apps (let's call them as **App1** and **App2**) which I am running on Windows platform as well. From **App1**, I am writing a key-value pair (Key: 'Key1',...
Termination Reason: DYLD 4 Symbol missing Symbol not found: _$sSS10FoundationE4data5using20allowLossyConversionAA4DataVSgSSAAE8EncodingV_SbtF Referenced from: /Users/USER/Library/Developer/CoreSimulator/Devices/00AF5FBF-C4F9-4516-9AEE-5A39C5EA71E9/data/Containers/Bundle/Application/0424CE7F-736D-45ED-B936-**F9CAF07126D4/Runner.app/Frameworks/flutter_secure_storage.framework/flutter_secure_storage (built for iOS-sim 18.2 which is newer than running OS)** Expected in: /Volumes/VOLUME/*/Foundation.framework/Foundation (terminated at launch; ignore...
导入: pubspec:`flutter_secure_storage: ^9.2.4` import: ``` import 'package:flutter_secure_storage/flutter_secure_storage.dart'; ``` code: ``` const storage = FlutterSecureStorage(); await storage.write(key: 'loginResult', value: _loginResult.toString()); ``` 报告错误: ``` FAILURE: Build failed with an exception. * What...
Hi! 😊 Thanks for maintaining such a wonderful package. Just wondering — how can someone help move the Web package from experimental to stable? 🚀
Hi, I have used secure storage plugin flutter_secure_storage: 9.0.0. Below is the complete error. > Exception has occurred. PlatformException (PlatformException(Exception encountered, read, javax.crypto.BadPaddingException: error:1e000065:Cipher functions:OPENSSL_internal:BAD_DECRYPT at com.android.org.conscrypt.NativeCrypto.EVP_CipherFinal_ex(Native Method) at com.android.org.conscrypt.OpenSSLEvpCipher.doFinalInternal(OpenSSLEvpCipher.java:152)...