Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.14 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.14 KB

bmi-app - BMI Calculator

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.

Features

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

Screenshots

Bmi calculator page results page
1 2

Installation

  1. Clone the repository:
git clone https://github.com/SeragAmged/bmi-app.git
  1. Navigate to the project directory:
cd bmi-app
  1. Install the required dependencies:
flutter pub get
  1. Run the app on an emulator or connected device:
flutter run