Skip to content

Arhamss/bmi_calculator

Repository files navigation

BMI Calculator in Flutter

Overview

This BMI (Body Mass Index) Calculator is a user-friendly mobile application developed with Flutter, designed to help users quickly and efficiently calculate their BMI. By inputting their height and weight, users can determine their BMI category and receive personalized health advice based on their results. This app aims to promote health awareness and encourage users to maintain a healthy lifestyle.

Screenshots

Features

  • User-Friendly Interface: Simple and intuitive design for easy navigation and use.
  • Instant BMI Calculation: Quickly calculates your BMI after you input your height and weight.
  • BMI Categories Explanation: Provides detailed information about different BMI categories and what they mean for your health.
  • Health Recommendations: Offers general health advice based on your BMI category.
  • Cross-Platform Compatibility: Runs smoothly on both iOS and Android devices.

Getting Started

Prerequisites

To run this app, you need to have Flutter installed on your development machine. If you don't have Flutter installed, please follow the official Flutter installation guide.

Installation

  1. Clone the repository to your local machine:
git clone https://github.com/yourusername/bmi-calculator-flutter.git
  1. Navigate to the project directory:
cd bmi-calculator-flutter
  1. Install the necessary dependencies:
flutter pub get
  1. Run the app on a connected device or an emulator:
flutter run

Usage

After launching the app, follow these simple steps:

  1. Enter your height in centimeters.
  2. Enter your weight in kilograms.
  3. Enter your age.
  4. Tap the "Calculate" button.
  5. View your BMI result and the corresponding health category.
  6. Read through the health advice provided for your category.

Contributing

We welcome contributions to this project! If you have suggestions to improve the app or have found a bug, please open an issue or submit a pull request.

Acknowledgements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages