Anonymous Dev
Anonymous Dev
+1 I also have this on web
From what I can see the error is in flutter_secure_storage_web.dart:152 ``` Future _decryptValue( String? cypherText, Map options, ) async { if (cypherText == null) { return null; } final parts...
I used the webserver command `flutter run -d web-server` And then I got a thorough stack trace. I think this is a issue with the way the decrypting is done,...
@momrak were you storing a JWT by any chance,? We are. I wonder if the decryption fails for certain characters. Thanks for the tip!
I can confirm that storing it as json works. I wonder why. Maybe you can't store multiple things? Anyway thanks @momrak !
I think what is happening is that when you want to store multiple values it overrides the encryption key. So that is why it works as json. Because the name...
I can also not call it on the splash screen in a initState() I will get the same error. It will only work with a 1 second delay.
Is there a way to disable the logging?
The import gives the following warning openapi_generator_annotations package:openapi_generator_annotations/openapi_generator_annotations.dart Support for doing something awesome. More dartdocs go here. The library 'package:openapi_generator_annotations/openapi_generator_annotations.dart' is legacy, and should not be imported into a null...