📝 Add LICENSE and README.md

This commit is contained in:
2025-01-06 11:08:24 +01:00
parent dd25aa73dd
commit 6567e13fdd
2 changed files with 634 additions and 1 deletions

View File

@ -1,3 +1,15 @@
# gomix_flutter
A client application for the go-mix backend written in 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).