-
I noticed this error after updating Flutter to the latest version...
IsolatedNativeStorage from storage.secure.isolated is not persisting data as expected:
```
E/flutter (11172): [ERROR:flutter/r…
-
https://stackoverflow.com/questions/30148729/how-to-secure-android-shared-preferences
```
String masterKeyAlias = MasterKeys.getOrCreate(MasterKeys.AES256_GCM_SPEC);
SharedPreferences sharedPref…
-
As iOS platform supports Keychain experimentally, other platforms have similar secure implementations of a simple key-value storage directly, like Android's [Keystore](https://developer.android.com/pr…
-
**Is your feature request related to a problem? Please describe.**
Android have a secure storage - EncryptedSharedPreferences
**Describe the solution you'd like**
Will you consider to go for …
-
### **Problem:**
- **Lack of Offline Support:** The existing Android application requires an active internet connection to function, preventing users from accessing core features when offline.
-…
-
### Introduction
This proposal is for adding support for the [`Settings` API](https://reactnative.dev/docs/settings#docsNav) in Android.
### Details
The `Settings` object is [currently iO…
-
### Description
There are no errors when running on emulator. Release build works on ios but crushes on Android right after app starts.
Tried with releases of `amplify_auth_cognito` 1.7.2 and 1.6.…
-
### Steps to reproduce
Create a web project.
In my case, use secure_storage to store some value. It is stored as plain text.
### Expected results
The value that cannot be decoded should be ignored…
-
Idea stolen from RoboGuice ;-)
Maybe we could inject the `Secure.ANDROID_ID` value.
Here is the doc : http://developer.android.com/reference/android/provider/Settings.Secure.html
Should we create a…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/docs/…