Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 763 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 763 Bytes

BMI Calculator

1. About the app

The BMI Calculator app is made using Flutter & Dart. BMI Calculator can be used to check one's Body mass index value.

2. Steps to use the app

Input page

Input page

  • Input page includes two inputs for entering height and weight.
  • Once the user enters his/her own height and weight value, just click on Calculate my BMI button to check your BMI value.

Result page

Results page

  • Result page shows the final calculated value from previously entered in the form of BMI value.