We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59356b3 commit d8d321fCopy full SHA for d8d321f
README.md
@@ -124,6 +124,19 @@ To get a list of all available packaging formats run:
124
hover build --help
125
```
126
127
+### Flavors
128
+
129
+Hover supports different application flavors via `--flavor MY_FLAVOR` command.
130
+If you wish to create a new flavor for you application,
131
+simply copy `go/hover.yaml` into `go/hover-MY_FLAVOR.yaml` and modify contents as needed.
132
+If no flavor is specified, Hover will always default to `hover.yaml`
133
134
+```
135
+hover run --flavor develop || hover build --flavor develop
136
+// hover-develop.yaml
137
138
139
140
## Issues
141
142
Please report issues at the [go-flutter issue tracker](https://github.com/go-flutter-desktop/go-flutter/issues/).
0 commit comments