flutter_secure_storage
flutter_secure_storage copied to clipboard
A Flutter plugin to store data in secure storage
It would be very useful to be able to listen to changes of a set of keys/any key in the secure storage and be notify when it happens. For example...
So, the package's Android code contains key prefix which is completely static. This increases the chances of key decryption very high. Also, if you are just storing it in shared_preference,...
As stated when running `flutter build bundle` AOT image on a custom Linux embedder [ivi-homescreen](https://github.com/toyota-connected/ivi-homescreen) platform type is not properly decoded. Running runtime=debug image does work fine; see https://github.com/flutter/flutter/issues/103660. I...
It would be really nice to have the possibility of sharing KeyChain/KeyStore between two or multiple apps. Is there any plan about this? **Articles:** - [Android: sharedUserId](https://stackoverflow.com/questions/11025234/how-can-i-share-a-sharedpreferences-file-across-two-different-android-apps) - [iOS: Shared...
The following error occurs on windows whenever I try to save a secret that's larger than 2561 bytes: ``` PlatformException(Exception encountered: UNKNOWN_ERROR, write, null, null) #0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:607:7) #1 MethodChannel._invokeMethod...
The method in question is main method of this package and that's `String? read(String key)`. You use it, you save and read keys, you code your app around the premise...
Hi, my flutter project now is support null safety, but when migrate unit test and create Mock for FlutterSecureStorage with [mocktail](https://pub.dev/packages/mocktail), then got error type 'Null' is not a subtype...
Hello, this code works on my Android app but not iOS. I tested it on a physical device and simulator. ``` class _MyHomePageState extends State { final storage = const...
it does not work on WINDOWS , it stops app from running with an error !