Build flutter desktop app in dart & rust.
install the
cargofluttercommandcargo install cargo-fluttercreate your new project from the template
git clone https://github.com/hustxiaoc/rust-flutterTo develop with cli hot-reloading:
cd examples/flutter-unitcargo flutter run
- To build distribution, use:
cargo flutter --format appimage build --release
To contribute to rust-flutter, please see CONTRIBUTING.



