Skip to content

AutoKMG/BMI-Calculator-Built-with-Cubit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BMI Calculator

Looks simple application? It is! As the target was getting from managing the state with SetState and StatefulWidgets to handle the state using Cubit.

This app is taking four inputs from the user:

  • Gender
  • Height
  • Age
  • Weight

Main Image

Image 1: Main Screen

The result is obtained using the following formula:

  • Weight / (Height / 100) ^ 2

After pressing calculate you will be taken to a page displaying your BMI result, as shown in next image

Result Image

Image 2: Result Screen

About

I coded this project to practice managing the state of the applications using Cubit.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages