Closed temeddix closed 9 months ago
This PR provides a new Rust macro, write_interface!, that basically removes the need for bridge Rust module.
write_interface!
bridge
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
Changes
This PR provides a new Rust macro,
write_interface!
, that basically removes the need forbridge
Rust module.Before Committing
Please make sure that you've analyzed and formatted the files.