flutter_secure_storage
flutter_secure_storage copied to clipboard
A Flutter plugin to store data in secure storage
Hi, I am not an iOS developer, but I was reading the Keychain docs [here](https://developer.apple.com/documentation/security/keychain_services/keychain_items/item_attribute_keys_and_values) and looking at the source code of the lib, and I think there's a bug...
i want to disable getting flutter_secure_storage data from any type of backup when the app is removed also disable saving data to keychain and make it syncronizable with icloud backup...
When restarting the app, ios crashed. Discovery is triggered when read() is executed. Positioning is a problem in SecItemCopyMatching(). `let status = SecItemCopyMatching(keychainQuery as CFDictionary, &ref)` so how do i...
In Android (api 33), I noticed a weird issue when using the storage at app start (ie, withing main). It seems that reading a key will incorrectly return null, and...
Hello everyone, I have a question, maybe stupid. Just started developing apps in Flutter. So I have a question. I don't know all the implementation quirks and differences between various...
Since API 30, Android KeyStore can [force user authentication to unlock](https://developer.android.com/reference/android/security/keystore/KeyGenParameterSpec.Builder#setUserAuthenticationParameters(int,%20int)) It could be interesting to add that feature to the `AndroidOptions`. What do you think about that ?
This fixes #574 a problem on Windows regarding the chosen charset in the Runner.rc file. Originally, the application would try to read the 040904e4 block in the Runner.rc file and...
Where exactly is data stored in windows? Looking through the code I couldn't seem to find the resource that makes calls to the OS to store/retrieve data. Thanks
Hi, first, thanks for the great library. I tried to integrate it into my app, which run on Windows and it works great. I now check the location where the...