Skip to content

Latest commit

History

History
50 lines (34 loc) 路 1.6 KB

README.md

File metadata and controls

50 lines (34 loc) 路 1.6 KB

flutter-rs

Crates.io flutter version Gitter chat MIT licensed

Build flutter desktop app in dart & rust.

flutter-app-template

Get Started

Install requirements

Develop

  • To create a new project

    git clone https://github.com/flutter-rs/flutter-app-template

  • To develop with cli hot-reloading:

    cargo flutter run

Distribute

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

Contribution

To contribute to flutter-rs, please see CONTRIBUTING.

ChangeLog

CHANGELOG.