bmi-app is a simple Flutter application that allows users to calculate their Body Mass Index (BMI). It provides a user-friendly interface where users can input their height and weight, and the app calculates and displays their BMI along with corresponding health status.
- Input height in centimeters.
- Input weight in kilograms.
- Calculate BMI based on the provided height and weight.
- Display the calculated BMI value.
- Display a corresponding health status message based on the calculated BMI.
Bmi calculator page | results page |
---|---|
- Clone the repository:
git clone https://github.com/SeragAmged/bmi-app.git
- Navigate to the project directory:
cd bmi-app
- Install the required dependencies:
flutter pub get
- Run the app on an emulator or connected device:
flutter run