cunarist / rinf

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

Organize interface code #287

Closed temeddix closed 9 months ago

temeddix commented 9 months ago

Changes

This PR provides a new Rust macro, write_interface!, that basically removes the need for bridge Rust module.

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