https://github.com/codeslash21/flutter_bmi_calculator
https://github.com/codeslash21/flutter_bmi_calculator
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeslash21/flutter_bmi_calculator
- Owner: codeslash21
- License: mit
- Created: 2020-04-07T22:08:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-07T22:15:49.000Z (about 6 years ago)
- Last Synced: 2025-02-15T15:51:29.656Z (over 1 year ago)
- Language: Dart
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).