Build flutter desktop app in dart & rust.
-
install the
cargo
flutter
commandcargo 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-unit
cargo flutter run
- To build distribution, use:
cargo flutter --format appimage build --release
To contribute to rust-flutter, please see CONTRIBUTING.