/muscle_magic

A complete fitness mobile app in flutter

Primary LanguageC++MIT LicenseMIT

MUSCLE MAGIC

Muscle magic is an open source flutter application that handles and manages your workouts and exercises. The app is written in dart.

made-by-acm


Project Status

stars forks issuses prs


Submitting a Pull Request

  • Fork the repository by clicking the fork button on top right corner of the page
  • Clone the target repository. To clone, click on the clone button and copy the https address. Then run
git clone [HTTPS-ADDRESS]
  • Go to the cloned directory by running
cd [NAME-OF-REPO]
  • Create a new branch. Use
 git checkout -b [YOUR-BRANCH-NAME]
  • Make your changes to the code. Add changes to your branch by using
git add .
  • Commit the chanes by executing
git commit -m "your msg"
  • Push to remote. To do this, run
git push origin [YOUR-BRANCH-NAME]
  • Create a pull request. Go to the target repository and click on the "Compare & pull request" button. Make sure your PR description mentions which issues you're solving.

  • Wait for your request to be accepted.

Guidelines for Pull Request

  • Avoid pull requests that :
    • are automated or scripted
    • that are plagarized from someone else's branch
  • Do not spam
  • Project maintainer's decision on validity of PR is final.

For additional guidelines, refer to participation rules



Overview

Muscle Magic is a simple exercise app made using flutter.The app allows you to train your body according to your preferred muscle group by selecting from a variety of workout plans for each muscle.It includes a progress tracker which helps you track your progress after each workout session. It's not just an ordinary exercise app. It comes with cool extra features like:-

An enormous dataset of exercises that you can choose to your preference.
A Stats section showing your workout stats and your body stats.
Multiple workout plans for each week.
A voice assistant that lets you log your sets with a voice command.
Sharing your workout plans with friends and other people.
See popular workout plans that other people are doing.


Usage

Lets get started!

git remote add
git fetch
git merge

Authors