A sleek and user-friendly BMI (Body Mass Index) Calculator mobile application built with Flutter. This app allows users to calculate their BMI based on weight and height inputs and view results with meaningful health categories.
- Flutter
- Dart
- Material Design
The app was developed to practice Flutter development and UI building, showcasing skills in state management, layout design, and user interaction.
- 📥 Input weight and height
- 📊 Calculate BMI instantly
- 🎯 View BMI category (e.g., Underweight, Normal, Overweight)
- 📱 Fully responsive UI
- 🎨 Clean and intuitive design
- Flutter SDK installed
- Android Studio / VS Code
- Android/iOS emulator or real device
git clone https://github.com/your-username/bmicalculator.git
cd bmicalculator
flutter pub get
flutter run