cunarist / rinf

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

Check `pubspec.yaml` while applying Rust template #291

Closed temeddix closed 7 months ago

temeddix commented 7 months ago

Changes

Fixes problems disucssed in #289

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