Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oussama-zbair/bmi_calculator
- Owner: oussama-zbair
- Created: 2023-12-15T17:40:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-02T16:31:07.000Z (8 months ago)
- Last Synced: 2024-05-03T02:49:43.829Z (8 months ago)
- Language: Dart
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BMI Calculator App
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.