/rust-flutter

Build beautiful desktop apps with flutter and rust. 🌠 (wip)

Primary LanguageCMIT LicenseMIT

rust-flutter

Crates.io flutter version Gitter chat MIT licensed

Build flutter desktop app in dart & rust.

Flutter unit

flutter_unit.png

Stocks

stocks.png

Flutter blog

flutter_blog.png

Draggable borderless

draggable_borderless.png

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/hustxiaoc/rust-flutter

  • To develop with cli hot-reloading:

    cd examples/flutter-unit

    cargo flutter run

Distribute

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

Contribution

To contribute to rust-flutter, please see CONTRIBUTING.

ChangeLog

CHANGELOG.