Gerson Alexander Pardo Gamez
Gerson Alexander Pardo Gamez
We have just released a new version: https://pub.dev/packages/fast_rsa/versions/3.8.0, which includes two adjustments that may help with this issue: - Added a pragma to methods used by Isolate to keep them...
Hi @ZacharieAzoulai thanks for report the issue, im gonna try to reproduce it here in order to fix this issue
@ZacharieAzoulai which version are you using ?
could you try with the previous one please https://pub.dev/packages/fast_rsa/versions/2.0.1 2.0.1 use protobuf 3.0.0 use flatbuffers (i think that generated files by flatc can be the issue)
in addition to this, i tested on android release and profile mode and works for me but tomorrow i will take some time to test on ios profile and testflight
seems like librsa_bridge.a was not loaded properly, i tested on ios, using profile also using an adhoc release, and seems works, im using beta channel with this example project https://github.com/jerson/flutter-rsa/tree/master/example...
here is my flutter doctor -v , i havent tested before in darwin-arm im not sure if its related to this issue ```bash [✓] Flutter (Channel stable, 2.2.3, on macOS...
mm for me just works without any additional change in(profile, and release mode android and ios) using this example https://github.com/jerson/flutter-rsa/tree/master/example, tested using stable, and beta channels, maybe im testing in...
I migrated to null-safety from 2.0.1 so you can try with an older version like 1.3.6 or below (but since is an older version im not sure if still works)
Hi @ZacharieAzoulai since https://github.com/jerson/flutter-rsa/issues/22 was closed, this seems related, is this fixed for you too? or is still an issue?