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 |
---|---|
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)
Add your files (git add .)
commit (git commit -m "message")
push (git push origin branch-name)
Create a pull request with label
Licensed under the MIT License.