I developed a BMI Calculator App using Flutter & Dart, designed with a simple and modern interface to help users calculate their Body Mass Index (BMI).
Key features:
User Input: Enter height (cm) and weight (kg).
BMI Calculation: Instant calculation of BMI based on input values.
Result Display: Shows BMI value along with a category (Underweight, Normal, Overweight, Obese).
Responsive UI: Clean layout with a smooth user experience.
Dark Mode: Supports both light and dark themes.
Tech stack: Flutter, Dart
Platforms: Android & iOS
IDE: VS Code
This project demonstrates my skills in:
Flutter UI design and responsiveness.
State management for real-time calculations.
Implementing simple logic and displaying results dynamically.