Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youssef-remah/bmi_calculator
Flutter application for calculating Body Mass Index (BMI).
https://github.com/youssef-remah/bmi_calculator
flutter flutter-state-management
Last synced: 5 days ago
JSON representation
Flutter application for calculating Body Mass Index (BMI).
- Host: GitHub
- URL: https://github.com/youssef-remah/bmi_calculator
- Owner: Youssef-Remah
- Created: 2023-11-23T17:29:01.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-27T20:13:45.000Z (7 months ago)
- Last Synced: 2024-11-17T02:30:53.131Z (2 months ago)
- Topics: flutter, flutter-state-management
- Language: C++
- Homepage:
- Size: 349 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bmi_calculator
This Flutter application helps users calculate their Body Mass Index (BMI). The app provides an easy-to-use interface to input personal data and instantly see the BMI result.## Features
- **Gender Selection:** Choose between Male and Female.- **Height Input:** Adjust your height using a slider.
- **Weight Input:** Input your weight.
- **Age Input:** Input your age.
- **BMI Calculation:** Calculate BMI based on the provided inputs.
- **Result Display:** View the calculated BMI result along with the provided age and gender.
## Installation
1- **Clone the repository:**`git clone https://github.com/Youssef-Remah/BMI_Calculator.git`
2- **Navigate to the project directory:**
`cd bmi-calculator`
3- **Install dependencies:**
`flutter pub get`
4- **Run the application:**
`flutter run`