A simple Flutter app to calculate Body Mass Index (BMI) based on user input for height and weight. The app features gender selection, height adjustment with a slider, weight and age input with increment/decrement buttons, and displays the BMI result with interpretation.
- Select gender (Male/Female)
- Adjust height using a slider
- Modify weight and age using buttons
- Calculate BMI using the formula:
BMI = weight (kg) / [height (m)]² - View result on a separate screen
- Flutter SDK
- Dart SDK
- Android Studio or Visual Studio Code
- Emulator or physical device
git clone https://github.com/your-username/bmi-calculator.git
cd bmi-calculator
flutter pub get
flutter run