This is a Flutter application that calculates the Body Mass Index (BMI) based on user inputs for weight and height. The app provides a simple and intuitive interface to help users understand their BMI and what it indicates about their health.
- User-friendly interface for inputting weight and height
- Calculates BMI and provides health status
- Responsive design for various screen sizes
- Reset functionality to clear inputs and results
- Frontend:
- Flutter
- Material Design
To run this project, you'll need:
- Flutter SDK installed
- A text editor like VSCode
Clone the repository:
git clone https://github.com/your-username/bmi-calculator.git
Navigate to the project directory:
cd bmi-calculator
Install dependencies:
flutter pub get
To run the app, use the following command:
flutter run
After starting the app, you can enter your weight in kilograms and height in feet and inches to calculate your BMI. The app will display your BMI value and an interpretation of the result.
Hello! I am Sankalp Kumar, a passionate backend developer and web developer currently working on various projects to enhance my skills and knowledge. I am also exploring Flutter for building cross-platform applications. You can connect with me on LinkedIn or reach out via email at sankalpkumar911@gmail.com.
If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create your feature branch (
git checkout -b feature/AmazingFeature
). - Commit your changes (
git commit -m 'Add some AmazingFeature'
). - Push to the branch (
git push origin feature/AmazingFeature
). - Open a pull request.