blockbasti / just_another_workout_timer

A simple timer for your workouts, built with Flutter!
MIT License
127 stars 21 forks source link
android android-app dart fitness-app flutter-app workout-apps

[![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![MIT License][license-shield]][license-url]

Übersetzungsstatus

ko-fi GitHub Workflow Status (branch) GitHub release (latest SemVer) F-Droid


Logo

Just Another Workout Timer

A simple timer for your workouts, built with Flutter!
Get it on F-Droid Get it on GitHub

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
  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 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. ## Roadmap See the [open issues](https://github.com/blockbasti/just_another_workout_timer/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. Install [script_runner](https://pub.dev/packages/script_runner) by running `flutter pub global activate script_runner` 3. Run `scr build` 4. Run `flutter build apk` or run using your IDE ## License Distributed under the MIT License. See `LICENSE` for more information. [contributors-shield]: https://img.shields.io/github/contributors/blockbasti/just_another_workout_timer.svg?style=for-the-badge [contributors-url]: https://github.com/blockbasti/just_another_workout_timer/graphs/contributors [forks-shield]: https://img.shields.io/github/forks/blockbasti/just_another_workout_timer.svg?style=for-the-badge [forks-url]: https://github.com/blockbasti/just_another_workout_timer/network/members [stars-shield]: https://img.shields.io/github/stars/blockbasti/just_another_workout_timer.svg?style=for-the-badge [stars-url]: https://github.com/blockbasti/just_another_workout_timer/stargazers [issues-shield]: https://img.shields.io/github/issues/blockbasti/just_another_workout_timer.svg?style=for-the-badge [issues-url]: https://github.com/blockbasti/just_another_workout_timer/issues [license-shield]: https://img.shields.io/github/license/blockbasti/just_another_workout_timer.svg?style=for-the-badge [license-url]: https://github.com/blockbasti/just_another_workout_timer/blob/master/LICENSE