Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oussama-zbair/bmi_calculator

A minimalist Flutter app designed for quick and easy Body Mass Index (BMI) calculation
https://github.com/oussama-zbair/bmi_calculator

Last synced: about 1 month ago
JSON representation

A minimalist Flutter app designed for quick and easy Body Mass Index (BMI) calculation

Awesome Lists containing this project

README

        

# BMI Calculator App
Flutter Dart Android

A simple Flutter app for calculating Body Mass Index (BMI).

## Overview

This Flutter app allows users to calculate their BMI based on their weight and height.

## Project Structure

- **`lib/main.dart`:** Contains the main entry point for the Flutter app.
- **`lib/person.dart`:** Defines the `Person` class, representing an individual's information.
- **`lib/test.dart`:** Includes tests for the BMI calculation or other relevant functionalities.

## Features

- Input fields for weight and height.
- BMI calculation.
- Result interpretation.

## Installation

1. Make sure you have Flutter installed. If not, follow the [Flutter installation guide](https://flutter.dev/docs/get-started/install).
2. Clone this repository.
3. Run `flutter pub get` to install dependencies.
4. Run the app using `flutter run`.

## Usage

1. Open `lib/main.dart`.
2. Explore and modify the code based on your requirements.
3. Run the app to see the BMI calculator in action.