cunarist / rinf

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

Avoid using string paths from command code #323

Closed temeddix closed 4 months ago

temeddix commented 4 months ago

Changes

With Flutter 3.22, path resolution for directories and files has became more strict. This PR replaces String paths with Uri paths.

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