Build flutter desktop app in dart & rust.
-
install the
cargofluttercommandcargo install cargo-flutter -
create your new project from the template
git clone https://github.com/hustxiaoc/rust-flutter -
To 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.



