cunarist / rinf

Rust for native business logic, Flutter for flexible and beautiful GUI
MIT License
1.89k stars 66 forks source link

Use dynamic loading for native libraries on iOS and macOS #290

Closed temeddix closed 7 months ago

temeddix commented 7 months ago

Changes

This change is to avoid potential symbol conflicts that arise from static linking.

This way of loading the native library is also provided by default Flutter template code.

Before Committing

Please make sure that you've analyzed and formatted the files.

dart analyze flutter_ffi_plugin --fatal-infos
dart format .
cargo fmt
cargo clippy --fix --allow-dirty