flutter_secure_storage
flutter_secure_storage copied to clipboard
A Flutter plugin to store data in secure storage
It would be nice if we could choose the path where the secure storage is saved. c:\users\USER\appdata\roaming\**com.example**\APPNAME\flutter_secure_storage.dat I would also like to change the **com.example** to a domain. Thx 👍
Hi, error occured in our release prod when we trying to write value into secure storage. so far it only happened in Samsung J7+. Is there anyway to resolve this?...
C:\Users\cyberpwn\Documents\development\workspace\Crucible\crucible\windows\flutter\ephemeral\.plugin_symlinks\flutter_secure_storage_windows\windows\flutter_secure_storage_windows_plugin.cpp(6,10): fatal error C1083: Cannot open include file: 'atlstr.h': No such file or directory [C:\Users\cyberpwn\Documents\development\workspace\Crucible\crucible\build\windows\plugins\flutter_secure_storage_windows\flutter_secure_storage_windows_plugin.vcxproj]
❗ After I updated to version 9.0.0, I randomly got an error saying: 'The process cannot access the file because it is being used by another process.' This only happened...
After a recent upgrade of flutter_securre_storage, I keep getting the following error under Windows... Launching lib\main.dart on Windows in debug mode... √ Built build\windows\runner\Debug\sandis_list.exe. Connecting to VM Service at ws://127.0.0.1:49857/9uCr3Nyrbfs=/ws...
`FlutterSecureStorage.read` returns null for the first time unlocking the secret-service after system boots. - If the keyring is already unlocked beforehand, it works fine. - If I manually lock the...
- Each listener will be called with the value of the respective key injected as argument. - You can register as many listeners as you want for each key. -...
We're affected by the `libjson` replacement with https://github.com/nlohmann/json in this commit: https://github.com/mogol/flutter_secure_storage/commit/647a5d1035444959dc9c3034a78a13154493b2dc Below code ```dart final random = Random(); final intRandom = random.nextInt(100000000); final secureStorage = SecureStorage(); await secureStorage.write(key: 'testKey',...
updated IOSAccessibility (deprecated) to KeychainAccessibility
Hello everyone, I am facing an issue that, as soon as I start the application (Android 13), the very first time I read a value from the storage, it is...