Skip to content

Simple Body Mass Index calculator app to understand Provider architecture

License

Notifications You must be signed in to change notification settings

viveeeeeek/flutter-bmi-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1d5758c · Oct 15, 2022

History

34 Commits
Oct 25, 2021
Oct 2, 2022
Oct 2, 2022
Oct 2, 2021
Oct 4, 2022
Oct 11, 2022
Oct 11, 2022
Oct 2, 2021
Oct 2, 2021
Oct 2, 2021
Oct 24, 2021
Oct 25, 2021
Oct 4, 2022
Oct 4, 2022
Oct 4, 2022

Repository files navigation

BMI Calculator App

Simple Body Mass Index calculator app built in Flutter. This project will be good start for those who wants to start with Provider. I have implemented Provider in this app.

Home screen Result screen
Mobile home screen Mobile result screen
Web home screen Web result screen

Contribution Instructions

1.
Fork this Repository using the button at the top
2.
Clone your forked repository to your pc ( git clone "url from clone option.")
3.
Create a new branch for your modifications (git checkout -b branch-name)
4. Now make your changes 5.
Add your files (git add .)
6.
commit (git commit -m "message")
7.
push (git push origin branch-name)
8.
Create a pull request with label

Thank you.

LICENSE

Licensed under the MIT License.