This is a simple Flutter application that calculates the Body Mass Index (BMI) based on the user's height and weight. It displays the BMI value and indicates the corresponding health condition (Underweight, Normal, Overweight, or Obesity).
- ๐ Adjust height and weight using sliders
- ๐งฎ Calculate BMI with one tap
- โ Displays BMI result and condition dynamically
- ๐จ Clean and responsive UI
- Flutter
- Dart
-
Clone the repository
git clone https://github.com/your-username/bmi-calculator-flutter.git
-
cd bmi-calculator-flutter
-
flutter pub get
4.flutter run
##License This project is licensed under the MIT License.