Open SimonErich opened 1 month ago
Just tried to build with minifyEnabled false
and then it works perfectly fine.
Tried to add
-keep class androidx.security.crypto.** { *; }
-keep class com.it_nomads.fluttersecurestorage.** { *; }
to the proguard rules, but that does not seem to be enough in minify mode.
Hello,
I just updated our app to flutter 3.24.1 and flutter_secure_storage 9.2.2, but when I run the app in release mode I get:
Did anybody encounter this or is there a fix for it? Are there any specific proguard rules I should add?
The error appears whenever I call a flutter secture storage method.
Thanks