Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 425 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 425 Bytes

logo

Croissant

A sweet mobile and desktop client for Harmony written in Flutter.

Original icon made by Freepick from www.flaticon.com

Building for Linux

flutter build linux is broken (at least on my machine), the following command can be used to build:

$ flutter build linux && (cd build/linux/x64/release && ninja)