Open
Description
The changes in 3.10.4 seem to have introduced a problem in profile and release mode. Running the example app in this repo at commit ff311f5, I get the following log when I try to invoke any of the functions such as "Encrypt And Decrypt":
flutter: Invalid argument(s): Failed to lookup symbol 'OpenPGPBridgeCall': dlsym(RTLD_DEFAULT, OpenPGPBridgeCall): symbol not found
When I revert back to 3.10.3 everything works correctly.
I have users reporting a similar issue on Android, but I haven't been able to reproduce it there yet. The Android issue was #84.