flutter_secure_storage icon indicating copy to clipboard operation
flutter_secure_storage copied to clipboard

"Data has been reset" returned from read()

Open PawlikMichal25 opened this issue 5 months ago • 0 comments

read() sometimes returns "Data has been reset" String instead of returning null or throwing an exception. In a project I recently joined it's happening regularly and it never happened to me before, so I'm guessing it's because of the flag: aOptions: AndroidOptions( resetOnError: true ));, which wasn't set in my other projects.

It's happening to 150+ users on Android 13-15, various devices (also solid ones like Pixel 8).

Issue similar to: https://github.com/juliansteenbakker/flutter_secure_storage/issues/417

PawlikMichal25 avatar Jun 02 '25 14:06 PawlikMichal25