📱 BMI Calculator (Flutter)
A simple and interactive Body Mass Index (BMI) calculator built with Flutter.
Users can input their weight, height (feet), and height (inches) to get their BMI value, health status, and a color-coded background indicating their category.
🚀 Features
- 🖋 Easy Input — Enter your weight (kg) and height (feet + inches).
- 📊 BMI Calculation — Calculates BMI using the standard formula.
- 🎨 Color Feedback — Background changes based on health status:
- 🟥 Overweight
- 🟧 Underweight
- 🟩 Healthy
- 📱 Responsive UI — Works on different screen sizes.
🛠️ Tech Stack
- Flutter — Cross-platform UI toolkit
- Dart — Programming language
📦 Installation & Usage
- Clone the repository
```bash
git clone https://github.com/Utkarshkhotele/BMI-app.git
cd BMI-app
Install dependencies
bash
flutter pub get
Run the app
bash
flutter run
🧮 BMI Formula
BMI
=
Weight in kg
(
Height in meters
)
2
BMI=
(Height in meters)
2
Weight in kg