Skip to content

vially/flust

Repository files navigation

Flust

Crates.io flutter version Discord chat MIT licensed

Build flutter desktop app in dart & rust.

flutter-app-template

Get Started

Install requirements

Develop

  • install the cargo flutter command

    cargo 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

Distribute

  • To build distribution, use: cargo flutter --format appimage build --release

Contribution

To contribute to Flust, please see CONTRIBUTING.

ChangeLog

CHANGELOG.

Acknowledgements

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.