cunarist / rinf

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

Orgainze codebase #296

Closed temeddix closed 6 months ago

temeddix commented 6 months ago

Changes

Make the broken web part work again on latest Rust nightly. Fixes #253.

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