Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harmony-development/croissant
A sweet mobile client for Harmony written in Flutter
https://github.com/harmony-development/croissant
Last synced: about 1 month ago
JSON representation
A sweet mobile client for Harmony written in Flutter
- Host: GitHub
- URL: https://github.com/harmony-development/croissant
- Owner: harmony-development
- Created: 2020-06-08T00:37:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-17T16:44:15.000Z (over 2 years ago)
- Last Synced: 2023-03-04T04:12:00.488Z (almost 2 years ago)
- Language: Dart
- Homepage:
- Size: 744 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![logo](assets/logo256.png)
# Croissant
A sweet mobile and desktop client for Harmony written in Flutter.
Original icon made by [Freepick](https://www.flaticon.com/authors/freepik) from [www.flaticon.com](www.flaticon.com)
## Building for Linux
`flutter build linux` is broken (at least on my machine), the following command can be used to build:
```sh
$ flutter build linux && (cd build/linux/x64/release && ninja)
```