-
Requires a working instance of Flutter.
-
Linux requires
libappindicatorandkeybinder.Fedora:
sudo dnf install libappindicator-gtk3 libappindicator-gtk3-devel keybinder keybinder3 keybinder3-develUbuntu:
sudo apt-get install appindicator3-0.1 libappindicator3-dev keybinder-3.0
Run these commands from the root directory of the repo:
flutter cleanflutter pub getdart run build_runner build --delete-conflicting-outputsflutter build linuxorflutter build windows
Compiled app location:
Linux: build/linux/x64/release/bundle
Windows: build\windows\runner\Release