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 228 flutter_secure_storage issues
Sort by recently updated
recently updated
newest added

When I start my flutter application on a fresh Ubuntu install (ubuntu-22.04.1-desktop-amd64) I get the error: > error while loading shared libraries: libjsoncpp.so.1: cannot open shared object file: No such...

I've been checking the package in pub. dev, and it seems like the uploader is no longer verified and the platforms on which the package can be used are no...

This allows newer versions of `js` being used in conjunction with `flutter_secure_storage`. Also, as `html` is about to get phased out, this PR already migrates to `web` as it is...

Hi, I have upgraded to latest secure storage plugin flutter_secure_storage: 8.0.0. Below is the complete error. ``` Exception has occurred. PlatformException (PlatformException(Exception encountered, read, javax.crypto.BadPaddingException: error:1e000065:Cipher functions:OPENSSL_internal:BAD_DECRYPT at com.android.org.conscrypt.NativeCrypto.EVP_CipherFinal_ex(Native Method)...

Using `melos` makes it much easier to manage multi-module repos such as this. In order to set everything up, run `melos bootstrap` in the root directory of this repo and...

I see in #660 that the shared preferences persists after app installs and have found solutions to delete the data from within the app. Is there a way that an...

Flutter web apps are required to migrate from `dart:html` to `package:web` to use WASM. This issue tracks the upgrade process for `flutter_secure_storage` . See https://docs.flutter.dev/platform-integration/web/wasm and https://pub.dev/packages/web for more information.

I am interested in adding a biometric authentication process for storage access authentication on each platform. Specifically, I'd like to introduce an option that requires biometric authentication when accessing the...

package:win32's `LocalFree` accepts `int` and return `int`.

I want the data saved with secure storage to be kept when user downloading new version from app/play store. is it possible? I see that the shared preferences is still...