670 B
670 B
gomix_flutter
Gomix_flutter is a client application for the 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:
$ flutter build [target]
For more information about building a flutter application for a specific platform refer to the Flutter Documentation.