cunarist / rinf

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

New `ensureFinalized` Dart function #185

Closed temeddix closed 1 year ago

temeddix commented 1 year ago

Changes

Fixes #178

This PR provides a method to stop Rust logic before closing the Flutter app.

Before Committing

Please make sure that you've formatted the files.

dart format .
cargo fmt
cargo clippy --fix --allow-dirty