Skip to content

itsharshan/bmi_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BMI Calculator

A simple Flutter app to calculate Body Mass Index (BMI) based on user input for height and weight. The app features gender selection, height adjustment with a slider, weight and age input with increment/decrement buttons, and displays the BMI result with interpretation.

Features

  • Select gender (Male/Female)
  • Adjust height using a slider
  • Modify weight and age using buttons
  • Calculate BMI using the formula:
    BMI = weight (kg) / [height (m)]²
  • View result on a separate screen

Getting Started

Prerequisites

  • Flutter SDK
  • Dart SDK
  • Android Studio or Visual Studio Code
  • Emulator or physical device

Run the App

git clone https://github.com/your-username/bmi-calculator.git
cd bmi-calculator
flutter pub get
flutter run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors