An open API service indexing awesome lists of open source software.

https://github.com/jarrarshahid/bmi-calculator

A simple and intuitive BMI (Body Mass Index) Calculator app built using Flutter. This app allows users to input their height and weight to calculate their BMI and displays the result in a user-friendly interface.
https://github.com/jarrarshahid/bmi-calculator

android dart flutter ios macos windows

Last synced: 5 months ago
JSON representation

A simple and intuitive BMI (Body Mass Index) Calculator app built using Flutter. This app allows users to input their height and weight to calculate their BMI and displays the result in a user-friendly interface.

Awesome Lists containing this project

README

          

# BMI Calculator App

A simple and intuitive BMI (Body Mass Index) Calculator app built using Flutter. This app allows users to input their height and weight to calculate their BMI and displays the result in a user-friendly interface.

## Features

- Input fields for height (in cm) and weight (in kg)
- Calculates BMI using the formula: BMI = weight (kg) / (height (m) * height (m))
- Displays the calculated BMI with precision up to two decimal places
- Form validation to ensure correct data entry
- Reset button to clear the input fields and result
- Clean UI using Material Design principles

## Screenshots

(![UI-1](https://github.com/JarrarShahid/bmi-calculator/blob/main/Assets/Initial.jpg)).
(![UI-1](https://github.com/JarrarShahid/bmi-calculator/blob/main/Assets/Runned.jpg)).

## Getting Started

### Prerequisites

- [Flutter SDK](https://flutter.dev/docs/get-started/install)
- Dart programming knowledge

### Installation

1. **Clone the repository:**
```bash
git clone https://github.com/JarrarShahid/bmi-calculator-app.git
cd bmi-calculator-app