A beautiful and intuitive Body Mass Index (BMI) Calculator built with Flutter.
The BMI Calculator app allows users to quickly and easily calculate their Body Mass Index (BMI) based on height and weight inputs. The app provides a clear BMI result and categorizes it into various weight ranges.
- Input height and weight using metric or imperial units
- Calculate and display the BMI
- Categorize BMI result (Underweight, Normal, Overweight)
- Clean and responsive UI
- Flutter SDK: Get Flutter
- Code editor: VS Code, Android Studio, or any preferred editor
- Clone the repository:
git clone https://github.com/Anas-Altaf/BMI_calculator_flutter.git cd BMI_calculator_flutter - Fetch the dependencies:
flutter pub get
- Run the application:
flutter run
- Enter your height and weight.
- Choose the measurement unit (metric or imperial).
- Press the "Calculate" button to view your BMI and its category.
Contributions are welcome! To contribute:
This project is licensed under the MIT License - see the LICENSE file for details.
- ASWT
- @Anas-Altaf
- Flutter Community
- Dart Community
Feel free to customize any section to better fit your project's specifics!

