A simple timer for your workouts, built with Flutter!
NOTE: Due to the process of releasing updates on F-Droid, the version there can be outdated for a few days. The version on GitHub will always be the latest. Keep in mind, that the F-Droid and GitHub versions are not compatible with each other. If you switch, you will loose ALL your data. You need to backup your workouts to keep them.
- Create complex workouts easily
- Define your own exercises with custom durations
- Add exercises to custom sets
- Text-to-Speech announcements
- Modern Material Design built with Flutter
- Ad-free
- Free and Open-Source
You can export individual workouts or create an export of all your workouts and import them later. You can also transfer them to another device.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Run
flutter pub get
- Install script_runner by running
flutter pub global activate script_runner
- Run
scr build
- Run
flutter build apk
or run using your IDE
Distributed under the MIT License. See LICENSE
for more information.