Looks simple application? It is! As the target was getting from managing the state with SetState and StatefulWidgets to handle the state using Cubit.
- Gender
- Height
- Age
- Weight
Image 1: Main Screen
- Weight / (Height / 100) ^ 2
After pressing calculate you will be taken to a page displaying your BMI result, as shown in next image
Image 2: Result Screen