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

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.