This Linux desktop port is based on Chris's CS:GO Timer, adapted for broader use cases and more functionality.
To build and install the application for Linux, follow these steps:
- Ensure you have Flutter installed and set up for Linux development.
- Run the provided
update.shscript to build and install the application:./update.sh
This script will:
- Rebuild the Flutter app in release mode.
- Increment the release number in the
PKGBUILDfile. - Build and install the package using
makepkg.
After installation, you can run the application by executing the binary from its installation directory or using the desktop entry if one is created.
- Start Timer:
1for an hour timer - Pause Timer:
2 - Reset Timer:
Rreset timer - Exit Application:
Ctrl + Qnot implemented yet
- flutter run -d linux
- Ensure all dependencies required by
makepkgare installed on your system. - For more details on Flutter setup for Linux, refer to the Flutter documentation.
- Modify the
update.shscript as needed for your specific environment.
