Open Source GPL3 bug tracker. This bug tracker prioritizes ease of use.
Find a file
2025-03-14 23:39:35 -07:00
android Adjust app label and window title 2025-03-14 21:09:23 -07:00
ios Add initial flutter project files 2025-03-14 19:53:24 -07:00
lib Bump build number 2025-03-14 23:39:35 -07:00
linux Adjust app label and window title 2025-03-14 21:09:23 -07:00
macos Add initial flutter project files 2025-03-14 19:53:24 -07:00
test Add initial flutter project files 2025-03-14 19:53:24 -07:00
web Add initial flutter project files 2025-03-14 19:53:24 -07:00
windows Adjust app label and window title 2025-03-14 21:09:23 -07:00
.gitignore Implement Jenkinsfile 2025-03-14 20:13:36 -07:00
.metadata Add initial flutter project files 2025-03-14 19:53:24 -07:00
analysis_options.yaml Add initial flutter project files 2025-03-14 19:53:24 -07:00
CONTRIBUTING.md Introduce a Contributing info file 2025-03-14 21:06:40 -07:00
Jenkinsfile Implement Jenkinsfile 2025-03-14 20:13:36 -07:00
LICENSE Initial commit 2025-03-14 19:49:46 -07:00
pubspec.yaml Bump build number 2025-03-14 23:39:35 -07:00
README.md Introduce a Contributing info file 2025-03-14 21:06:40 -07:00

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