A simple timer for your workouts, built with Flutter

  Health
Logo

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

  1. About The Project
    • Screenshots
    • How To Backup & Restore Your Workouts
  2. Roadmap
  3. Contributing
  4. License

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

Workout Screen
Home Screen
Builder Screen
Settings Screen

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Building the app

  1. Run flutter pub get
  2. Run ./scripts/generate_code.sh or flutter pub run flutter_oss_licenses:generate.dart and flutter pub run intl_utils:generate to generate licenses and translations
  3. Run flutter build apk or run using your IDE

Download Workout Timer app source code on GitHub

https://github.com/blockbasti/just_another_workout_timer