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.
- Host: GitHub
- URL: https://github.com/jarrarshahid/bmi-calculator
- Owner: JarrarShahid
- Created: 2024-11-02T12:41:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-02T12:58:00.000Z (over 1 year ago)
- Last Synced: 2025-03-24T08:12:10.733Z (over 1 year ago)
- Topics: android, dart, flutter, ios, macos, windows
- Language: Dart
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
().
().
## 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