A simple mobile app built in Flutter that calculates your Body Mass Index (BMI) based on your weight and height.
To run the app locally, you'll need to have Flutter installed on your machine. Once you've set up your development environment, you can follow these steps to get started:
- Clone this repository: git clone (https://github.com/Kumail-Raza-Bangash/BMI_Calculator.git/)
- Navigate to the project directory: cd bmi-calculator-flutter
- Install dependencies: flutter pub get
- Run the app: flutter run
- Enter your weight and height to calculate your BMI
- Receive a summary of your BMI category (underweight, normal weight, overweight)
- Track your previous BMI calculations in a history list
- Flutter
- Dart
This project was built by Kumail Raza Bangash using the Flutter framework.