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/flutter-rs/flutter-app-template
-
To develop with cli hot-reloading:
cd flutter-app-template
cargo flutter run
- To build distribution, use:
cargo flutter --format appimage build --release
To contribute to flutter-rs, please see CONTRIBUTING.