16 lines
670 B
Markdown
16 lines
670 B
Markdown
# gomix_flutter
|
|
|
|
Gomix_flutter is a client application for the [go-mix](https://gitlab.minie4.de/minie4/go-mix) audio mixer written in Flutter. It provides a graphical user interface to control the go-mix backend.
|
|
|
|
## 📦 Building
|
|
|
|
To buld `gomix_flutter`, make sure you have a working installation of Flutter installed on your machine which is configured to build for the the desired target.
|
|
|
|
Then run the following command to build `gomix_flutter` for a specific target:
|
|
|
|
```bash
|
|
$ flutter build [target]
|
|
```
|
|
|
|
For more information about building a flutter application for a specific platform refer to the [Flutter Documentation](https://docs.flutter.dev/deployment).
|