Just Another Workout Timer
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.
Table of Contents
About The Project
- 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
Screenshots
How To Backup & Restore Your Workouts
Just Another Workout Timer saves your workouts to local storage at Android/data/com.blockbasti.justanotherworkouttimer/files/workouts
. Just copy this folder to your desired backup location.
To restore a backup, simply paste the contents of the backed up workout folder back into Android/data/com.blockbasti.justanotherworkouttimer/files/workouts
.
The workouts are now available in the app again.
Roadmap
See the open issues for a list of proposed features (and known issues).
Contributing
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
Building the app
- Run
flutter pub get
- Run
./scripts/generate_code.sh
orflutter pub run flutter_oss_licenses:generate.dart
andflutter pub run intl_utils:generate
to generate licenses and translations - Run
flutter build apk
or run using your IDE
License
Distributed under the MIT License. See LICENSE
for more information.