Fit4You-FitnessApp is a fitness app designed to create personalized workout plans for athletes. It was developed as part of a student project using the Flutter framework.
An overview of the currently implemented features can be found here.
To set up Flutter and Android Studio and begin working on the Fit4You-FitnessApp project, follow these steps:
-
Download Flutter: Visit the Flutter download page and download the latest stable release of Flutter for your operating system.
-
Extract the Archive: After downloading, extract the downloaded archive to a location on your computer.
-
Add Flutter to Your Path: To use Flutter from the command line, add the Flutter binary directory to your system's PATH variable.
-
Verify Installation: Open a terminal or command prompt and run
flutter --version
to verify that Flutter is correctly installed.
-
Download Android Studio: Visit the Android Studio download page and download the latest version of Android Studio for your operating system.
-
Install Android Studio: Run the downloaded installer and follow the on-screen instructions to install Android Studio on your computer.
-
Configure Android Studio: Upon the first launch, Android Studio will prompt you to set up the development environment. Follow the prompts to install the necessary SDK components.
-
Install Flutter Plugin: In Android Studio, go to "File" -> "Settings" (or "Preferences" on macOS) and navigate to "Plugins." Search for "Flutter" and click "Install" to add the Flutter plugin.
-
Clone the Repository: Clone the Fit4You-FitnessApp project repository to your local machine using Git.
-
Open the Project in Android Studio:
- Launch Android Studio.
- Select "Open an Existing Project" from the welcome screen.
- Navigate to the directory where you cloned the Fit4You-FitnessApp project and select the project's root folder.
-
Configure Emulator or Physical Device: To test the app, set up an Android emulator or connect a physical Android device to your computer.
-
Build and Run: Build and run the project in Android Studio. You can choose the target device (emulator or physical device) to test the app.
Fit4You-FitnessApp allows athletes to create customized workout plans based on their goals and preferences. Users can follow these plans to achieve their fitness objectives effectively.
Contributions to the Fit4You-FitnessApp project are welcome. Feel free to fork the repository, make improvements, and submit pull requests.
This project is open-source and is distributed under the MIT License. Please review the license for more details.
Fit4You-FitnessApp is a student project aimed at helping individuals achieve their fitness goals through personalized workout plans.