logiclynxAJ/bmi_calculator
A Flutter app to calculate BMI visually. Users input height & weight, BMI is calculated using (weight / (height * height)). BMI value is displayed with a graphical representation of corresponding BMI range (underweight, normal weight, overweight, or obese). App also explains BMI & calculation methodology.
Dart