A simple BMI (Body Mass Index) Calculator app built with Flutter.
The BMI Calculator app allows users to calculate their Body Mass Index (BMI) by entering their weight and height. The app then calculates the BMI and provides a classification based on the result, indicating whether the user is underweight, normal weight, overweight, or obese.
To run the app locally, follow these steps:
-
Clone this repository:
git clone (https://github.com/Al-Mansori/BMI-Calculator-App.git)
-
Navigate to the project directory:
cd BMI-Calculator-App
-
Get all the remaining Files:
flutter create BMI-Calculator-App
-
Run the app on your preferred device:
flutter run