Skip to content

Anas-Altaf/BMI_calculator_flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BMI Calculator

A beautiful and intuitive Body Mass Index (BMI) Calculator built with Flutter.

Table of Contents

Introduction

The BMI Calculator app allows users to quickly and easily calculate their Body Mass Index (BMI) based on height and weight inputs. The app provides a clear BMI result and categorizes it into various weight ranges.

Features

  • Input height and weight using metric or imperial units
  • Calculate and display the BMI
  • Categorize BMI result (Underweight, Normal, Overweight)
  • Clean and responsive UI

Screenshots

Screenshot 1Screenshot 2

Setup

Requirements

  • Flutter SDK: Get Flutter
  • Code editor: VS Code, Android Studio, or any preferred editor

Installation

  1. Clone the repository:
    git clone https://github.com/Anas-Altaf/BMI_calculator_flutter.git
    cd BMI_calculator_flutter
  2. Fetch the dependencies:
    flutter pub get
  3. Run the application:
    flutter run

Usage

  1. Enter your height and weight.
  2. Choose the measurement unit (metric or imperial).
  3. Press the "Calculate" button to view your BMI and its category.

Technologies

  • Flutter - Framework for building the app
  • Dart - Programming language used

Contributing

Contributions are welcome! To contribute:

License

This project is licensed under the MIT License - see the LICENSE file for details.

Credits

Feel free to customize any section to better fit your project's specifics!

About

A beautiful and intuitive Body Mass Index (BMI) Calculator built with Flutter.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages