brookman / rusty_chacha

Fast ChaCha20Poly1305 encryption for Flutter powered by Rust
MIT License
2 stars 1 forks source link

Use dynamic linking on iOS and MacOS #4

Open brookman opened 6 months ago

brookman commented 6 months ago

Currently static linking is used. This might cause problems if multiple packages in the same project use Flutter Rust Bridge.

brookman commented 4 months ago

Note: The first trials with using dylibs inside the xcframework failed. Asked for help here: https://github.com/fzyzcjy/flutter_rust_bridge/issues/1979