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

``` Fatal Exception: java.lang.NullPointerException: Attempt to invoke interface method 'android.content.SharedPreferences$Editor android.content.SharedPreferences.edit()' on a null object reference at com.it_nomads.fluttersecurestorage.FlutterSecureStoragePlugin.deleteAll(FlutterSecureStoragePlugin.java:193) at com.it_nomads.fluttersecurestorage.FlutterSecureStoragePlugin.access$800(FlutterSecureStoragePlugin.java:37) at com.it_nomads.fluttersecurestorage.FlutterSecureStoragePlugin$MethodRunner.run(FlutterSecureStoragePlugin.java:350) at android.os.Handler.handleCallback(Handler.java:789) at android.os.Handler.dispatchMessage(Handler.java:98) at android.os.Looper.loop(Looper.java:164) at android.os.HandlerThread.run(HandlerThread.java:65)...

bug
android

Hi, I recently came across this error in the plugin and shared preferences. I've tried everything and nothing seems to fix it. ``` Xcode's output: ↳ In file included from...

When you update a value it still holds previous value for quite a long time. Then it updates later. I've noticed this multiple times. Please fix this. Thanks.

bug
question

No matter what key I'm passing for the `containsKey` function, this always returns true the first time on a macOS build. Is anyone else getting this issue? Let me know...

bug
macos
ios

Hi! I'm using your package, but my use case also needs to read the saved data on the Swift native part of the application. Do you think you could export...

enhancement
help wanted
ios

This may be a stupid question, but I’m not familiar with this so I asked it in Stack Overflow. https://stackoverflow.com/questions/70014273/flutter-secure-storage-issues-unable-to-read-or-write-keys-and-values Does anyone know how to solve this problem?

question

Congratulations for the new release! I am still using version 4.2.1 and if I enable StrictMode I see the following logs. ``` D/StrictMode: StrictMode policy violation; ~duration=1659 ms: android.os.strictmode.DiskReadViolation at...

For now, we can only read/write utf8 string which is not convenient sometimes (for example, we may want to save other types like [Date](https://developer.apple.com/documentation/foundation/date)). Can we add a new api...

### Issue The library fails whenever I try to read all keys. But when I try to read the keys individually, it works flawlessly. ### Platform where the issue was...

bug
help wanted
android

Hi, I'm having some trouble with reading the values, atleast in web, do let me know if there is something wrong in my approach. For example; `token` and `refresh_token` gets...

bug
help wanted
web