Home

Awesome

<!-- PROJECT SHIELDS -->

Contributors Forks Stargazers Issues MIT License <a href="https://weblate.bblock.dev/engage/just-another-workout-timer/"> <img src="https://weblate.bblock.dev/widgets/just-another-workout-timer/-/app/svg-badge.svg" alt="Übersetzungsstatus" /> </a> ko-fi GitHub Workflow Status (branch) GitHub release (latest SemVer) F-Droid

<!-- PROJECT LOGO --> <br /> <p align="center"> <a href="https://github.com/blockbasti/just_another_workout_timer"> <img src="/assets/ic_launcher.png" alt="Logo" width="80" height="80"> </a> <h3 align="center">Just Another Workout Timer</h3> <p align="center"> A simple timer for your workouts, built with Flutter! <br /> <a href="https://f-droid.org/packages/com.blockbasti.justanotherworkouttimer"> <img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="80"></a> <a href="https://github.com/blockbasti/just_another_workout_timer/releases/latest"> <img src="/assets/get-it-on-github.png" alt="Get it on GitHub" height="80"></a> <br /> <p> 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 <a href="#how-to-backup--restore-your-workouts">backup your workouts</a> to keep them. </p> <!-- TABLE OF CONTENTS --> <details open="open"> <summary><h2 style="display: inline-block">Table of Contents</h2></summary> <ol> <li> <a href="#about-the-project">About The Project</a> <ul> <li><a href="#screenshots">Screenshots</a></li> <li><a href="#how-to-backup--restore-your-workouts">How To Backup & Restore Your Workouts</a></li> </ul> </li> <li><a href="#roadmap">Roadmap</a></li> <li><a href="#contributing">Contributing</a></li> <li><a href="#license">License</a></li> </ol> </details> <!-- ABOUT THE PROJECT -->

About The Project

Screenshots

<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/1.jpg" alt="Workout Screen" width="250"> <img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/2.jpg" alt="Home Screen" width="250"> <img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/3.jpg" alt="Builder Screen" width="250"> <img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/4.jpg" alt="Settings Screen" width="250">

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 -->

Roadmap

See the open issues for a list of proposed features (and known issues).

<!-- CONTRIBUTING -->

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 by running flutter pub global activate script_runner
  3. Run scr build
  4. Run flutter build apk or run using your IDE
<!-- LICENSE -->

License

Distributed under the MIT License. See LICENSE for more information.

<!-- MARKDOWN LINKS & IMAGES --> <!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->