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

dMy ubuntu machine gives error when executing `flutter run -d linux`. I get the following error when Using `flutter run -d linux -v` ` ] [ ] Shutdown hooks complete...

For the Web version, where is the private key stored to be used to decrypt?

There's a new version of the `js` package: https://github.com/dart-lang/sdk/blob/HEAD/pkg/js/CHANGELOG.md#070 Note that there is a breaking change: > Breaking Change: Moved annotations to single location in dart:_js_annotations. This makes it easier...

I want to use this package in my app which is aimed at both mobile and web so the warning about the web version being experimental bothers me a little....

Looking at this file: https://github.com/mogol/flutter_secure_storage/blob/develop/flutter_secure_storage_web/lib/flutter_secure_storage_web.dart#L93, it looks like a random key is generated and stored, but how is that raw key protected?

On some Android devices the storage is completely wiped after a restart (other data is retained). You can test it with one of the Android Studio Emulator Images. Create a...

Hello. I try make an flutter app, but I have an error after installing package flutter_secure_storage. Without this package my app build successfully, but after adding this package I have...

Try Catched the exception, it basically happens when key is not present in libsecret. fix #616

When I am running the flutter debug web app in Chrome at IP 0.0.0.0 to test it in mobile browser the flutter_secure_storage is not working. It is throwing the error...

There is an issue where the top line of a storeAndOverwrite function is saved and able to be read when the app is running. But on restart of the app...