BMI-app

📱 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


🛠️ Tech Stack


📦 Installation & Usage

  1. 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 ​