Build flutter desktop app in dart & rust.
-
To create a new project
git clone https://github.com/flutter-rs/flutter-app-template
-
To develop with cli hot-reloading:
cargo flutter run
- To build distribution, use:
cargo flutter --format appimage build --release
To contribute to flutter-rs, please see CONTRIBUTING.