You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering a FlutterError - ParallelWaitError: Instance of 'StorageException' when using the flutter_secure_storage package to write data. This error occurs during the SecureStorage.write operation and ONLY on iOS. I can't find the root of the problem, it seems to fail randomly.
Steps to Reproduce
Add flutter_secure_storage 9.2.2 version to your pubspec.yaml
Initialise flutter_secure_storage in your Flutter application:
final storage =FlutterSecureStorage(
aOptions:AndroidOptions(
encryptedSharedPreferences:true,
resetOnError:true,
...
),
)
I am encountering a
FlutterError - ParallelWaitError: Instance of 'StorageException'
when using theflutter_secure_storage
package to write data. This error occurs during theSecureStorage.write
operation and ONLY on iOS. I can't find the root of the problem, it seems to fail randomly.Steps to Reproduce
flutter_secure_storage
9.2.2 version to yourpubspec.yaml
flutter_secure_storage
in your Flutter application:Additional Information
Flutter Version: 3.24.2
flutter_secure_storage Version: 9.2.2
Platform: iOS
The text was updated successfully, but these errors were encountered: