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

Is it possible to encrypt values with the custom AES key? I was wondering why it is encrypted "by itself" and does not require the user to enter some secret...

Hi Team, a security audit flagged this issue on our app. May I request for more info on this. flutter_secure_storage: ^4.2.0

Starting around October 10 we're seeing an issue on some/all versions of Samsung Galaxy S21 5G devices (e.g. Galaxy S21 Ultra 5G, Galaxy S21 5G, Galaxy S21+ 5G) for our...

I have hosted web app using nginx. and when I try to refresh app I am getting all stored data as null. but in debug mode it is working fine...

Fixes #374 Resolves my questions in #424

Bumps com.android.tools.build:gradle from 8.1.2 to 8.2.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.android.tools.build:gradle&package-manager=gradle&previous-version=8.1.2&new-version=8.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps com.android.tools.build:gradle from 8.1.2 to 8.2.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.android.tools.build:gradle&package-manager=gradle&previous-version=8.1.2&new-version=8.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

I'm thinking about how to sync settings like on Apple-Platforms with the keychain. I think the OneDrive could be the way to go. The (personal) OneDrive path can be found...

stale

mac application runs fine using command line `flutter run --release -d macos` but fails to compile in xcode showing error `No such module 'flutter_secure_storage_macos'` In build->macos->Build->Products I do see folder...

I've tried a couple of things but it crashes every time. I had a similar problem with SharedPreferences and had to run this command to get my tests to run:...