cunarist / rinf

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

Make the hot restart work properly #264

Closed temeddix closed 9 months ago

temeddix commented 9 months ago

Changes

Before this PR, hot restart was not working properly on the web, and on native platforms it was unstable. This PR fixes that and improves development experience.

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