/BMI_calculator

FLutter app calculate BMI

Primary LanguageC++

BMI Calculator

This is a simple BMI calculator app built with Flutter. It calculates the body mass index (BMI) of the user based on their weight and height.

Prerequisites

To run this app, you need to have the following installed:

  • Flutter SDK
  • iOS Simulator or Android emulator

Getting Started

  1. Clone this repository to your local machine.
  2. Navigate to the project directory.
  3. Run flutter run to start the app.

How to Use

  1. Enter your weight in kilograms.
  2. Enter your height in meters.
  3. Enter your gender (male/female).
  4. Enter your age
  5. Press the "Calculate" button to calculate your BMI.

Features

  • Simple and easy-to-use UI.
  • Calculates BMI based on user input.
  • Displays a message about the user's body condition.

Screenshots