cunarist / rinf

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

Wake previous receiver on clone #426

Closed temeddix closed 1 month ago

temeddix commented 1 month ago

Changes

With this PR, message receiver wakes up the previous receiver, making it receive None when being cloned.

Before Committing

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

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