Lucas da Silva Beraldo

Results 14 comments of Lucas da Silva Beraldo

Hi @PieterAelse, how can I test it? And could you share your [flutter_secure_storage] version?

> > Had the same issue previously. I am fairly certain that at least some Samsung devices sometimes ignore the following Android flags: > > ``` > > android:allowBackup="false" >...

Has anyone tested using the resetOnError flag (AndroidOptions )? Maybe it can be an internal solution that we don't need to do the try catch in flutter side.

> > > > Had the same issue previously. I am fairly certain that at least some Samsung devices sometimes ignore the following Android flags: > > > > ```...

> > How can I do it? (change the flutterSecureStorage.xml) ? Can you provide a short guide or share any reference? :) Will be very important simulate it here. >...

> android:allowBackup="false" I dont think that the changes on android 12 will impact on this error because they are for the d2d backup. [reference](https://developer.android.com/guide/topics/data/autobackup)

> > That is interesting, the first thing we recommended to our customers was to reinstall the app but that didn't seem to help them.. Could it have something to...

> > > That is interesting, the first thing we recommended to our customers was to reinstall the app but that didn't seem to help them.. Could it have something...

I really like your suggestion @tenhobi and I can help you to implement if @syedmurtaza108 agree 👍

> There's no way to check for hot-reload. Which version are you using? There's already a check if the first link has already been sent since v6.0.0 for such case....