Skip to content

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

Notifications You must be signed in to change notification settings

AutoKMG/BMI-Calculator-Built-with-Cubit

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

No packages published

Languages