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 Flust, please see CONTRIBUTING.
flutter-rs
- For providing the solid foundation that Flust was originally forked from and builds on top of. The Flust project would not be possible without the awesome work of the flutter-rs
contributors.
Flust started as a couple of changes on top of the flutter-rs
project, with the intention of merging them back into upstream. However, by the time the patches turned into something that might be usable upstream, the flutter-rs
project was no longer maintained so a decision was made to fork the project and rename it to Flust.