You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Flutter application for calculating your body mass index.
Images from the finished app
Data Input Page
Result Page
About
//Source: https://en.wikipedia.org/wiki/Body_mass_index //BMI is proportional to the mass and // inversely proportional to the square of the height. //BMI was designed to be used as a simple means of // classifying average sedentary (physically inactive) populations, // with an average body composition. //a BMI from 18.5 up to 25 kg/m2 may indic…