Time Tracking and Booking tool built with Flutter to:
- Search for Redmine Tasks
- Track your time
- Book
- ???
- Profit!
$ flutter pub get
Run once:
$ flutter pub run build_runner build --delete-conflicting-outputs
Watch:
$ flutter pub run build_runner watch --delete-conflicting-outputs
You can run both commands above using VSCode-Tasks:
CTRL + SHIFT + P
- Type:
Tasks Run Task
Enter
- Choose
gen:build_runner
orgen:build_runner:watch
$ flutter config --enable-windows-desktop
$ flutter config --enable-macos-desktop
$ flutter config --enable-linux-desktop
$ flutter run -d linux
Just select Linux as your device and launch the syntrack
launch configuration.
$ flutter build linux --release