Open Source GPL3 bug tracker. This bug tracker prioritizes ease of use.
android | ||
cli | ||
ios | ||
lib | ||
linux | ||
macos | ||
test | ||
web | ||
windows | ||
.gitignore | ||
.metadata | ||
analysis_options.yaml | ||
CONTRIBUTING.md | ||
docker-entrypoint.sh | ||
Dockerfile | ||
Jenkinsfile | ||
LICENSE | ||
pubspec.yaml | ||
README.md |
BugVault
Open Source GPL3 bug tracker. This bug tracker prioritizes ease of use.
Compilation
Linux
To build for Linux, you are going to want to run the following command:
flutter pub get
flutter build linux
Android
To build for Android, run the following command:
flutter pub get
flutter build apk
Windows
To build for Windows, run the following command:
flutter pub get
flutter build windows
About the Server
The BugVault server is generally referred to as bugvaultd
. This small executable handles most of the server's core functions.