BMI Calculator App
A simple mobile application built using Flutter that calculates the Body Mass Index (BMI) based on user input.
Features:
Input for weight and height
Calculates BMI instantly
Displays BMI category (Underweight, Normal, Overweight, Obese)
Clean and simple user interface
Technologies Used:
Flutter & Dart for cross-platform development
Material Design for UI components
Purpose:
This project was built to practice Flutter fundamentals, state management, and user input handling while creating a useful health tool.