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

https://github.com/codeslash21/flutter_bmi_calculator


https://github.com/codeslash21/flutter_bmi_calculator

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# flutter_bmi_calculator

## Getting Started
This is a BMI calculating app built with Flutter.This app following functionalities -
* Gender Selection option (Though bmi does not depend on gender).
* Select height using slider.
* Change weight by `+` or `-`.
* Calculate BMI and get BMI specific messages.

### Licenses:
This project is under _MIT License_. See more in [LICENSE](https://github.com/codeslash21/flutter_bmi_calculator/blob/master/LICENSE).