cunarist / rinf

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

Enable early Dart signals #329

Closed temeddix closed 3 months ago

temeddix commented 3 months ago

Changes

This PR enables early Dart signals. Now it's possible to send signals from Dart even before Rust code gets the receiver with get_dart_signal_receiver().

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