cunarist / rinf

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

Event driven system improvement #271

Closed temeddix closed 8 months ago

temeddix commented 8 months ago

Changes

This is a step toward version 6, with the new system described below.

Full progress can be seen here:

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