? BMI Calculator App (Flutter)
A clean, responsive, and user-friendly mobile app that allows users to calculate their Body Mass Index (BMI) based on height and weight inputs. Built using Flutter, the app provides instant results with a health status category (e.g., Underweight, Normal, Overweight) and guidance based on the BMI result.
Features:
Input fields for height (cm) and weight (kg)
Instant BMI calculation
Clear categorization of results (Underweight, Normal, Overweight, Obese)
Adaptive and responsive UI across different screen sizes
Styled using modern UI principles with intuitive layout and colors
Technologies:
Flutter & Dart for cross-platform development
Stateful widgets for dynamic interaction
Custom UI design using Flutter widgets (e.g., Container, TextField, ElevatedButton).