Description
Hi,
I have a Flutter app in production where I am using this plugin to encrypt some data.
However, I have started seeing the following exception on my crashlytics:
Crashed: Thread 0 Runner 0x6ebf0 runtime.sigtramp.abi0 + 4370033648 1 Runner 0x6ebe0 runtime.sigtramp.abi0 + 4370033632 2 libsystem_platform.dylib 0x1a90 _sigtramp + 56 3 fast_rsa 0x5a14c runtime.funcMaxSPDelta + 236 4 fast_rsa 0x5a14c runtime.funcMaxSPDelta + 236 5 fast_rsa 0x3ca58 runtime.init.5 + 40 6 fast_rsa 0x4bc48 runtime.doInit1 + 216 7 fast_rsa 0x3dd50 runtime.main + 288 8 fast_rsa 0x6db84 runtime.goexit.abi0 + 4
(I attached the entire stacktrace)
Stacktrace.txt
It happened with more than 3,000 users, on iOS 15, 16 and 17. It seems that the crash is happening during app startup.
Has someone had this issue before?
Best regards,
Ciolfi