A modern BMI (Body Mass Index) Calculator built with Flutter (Dart). The app lets users select their gender, adjust their height using a slider (in cm), and set weight and age using stepper controls. After tapping Calculate, the app displays a dedicated results screen showing the BMI value and its health category (e.g., Normal), with an option to recalculate and update inputs.
Key Features:
Gender selection (Male / Female)
Height input via slider (cm)
Weight and age controls with increment/decrement buttons
BMI calculation and classification output
Results screen with BMI value + category and “Recalculate” action
Clean, responsive UI layout using reusable Flutter widgets
Tech Stack:
Flutter (Dart)
GitHub Link: