A simple Body Mass Index Calculator made with Flutter 💙.
With this application, you can use it to assess wheter you are at the ideal weight according to your height. And depending on this result, you can know if you are at the ideal wight, below or above.
This application is in version 2.1.
- 📖 About
- 📱 Preview
- 🤯 Challenges and Learnings along the way
- 🤔 How to Use
- 💪 How to Contribute
- 📝 License
- You can see all version previews in
demos
folder. 🧐📂
In this application I didn't have so many problems, they were easy to solve and follow, to be honest. The biggest challenges came during the development of version 2.0, which I wil talk about.
In this version, I added good programming practices, making more readable, easier to understand and maintain, with methods, features, new widgets and styles.
The application, which was previously in the light mode, became the default, the dark mode. I intend to put the two modes available in the next versions that I develop.
- Clone this repository:
$ git clone https://github.com/felipecastrosales/CalculatorBMI
- Enter in directory:
$ cd CalculatorBMI
- For install dependencies:
$ flutter packages get
- Run the app:
$ flutter run
- Fork the project
- Create a new branch with your changes:
$ git checkout -b my-feature
- Save your changes and create a commit message telling you what you did:
$ git commit -m "feature: My new feature"
- Submit your changes:
$ git push origin my-feature
This repository is under MIT license. You can see the LICENSE file for more details. 😉
This project was developed with ❤️ by @Felipe Sales, with the instructor Daniel Ciolfi, in the course "Creating Android and iOS Apps with Flutter - Create 16 Apps" on Udemy.
If it helped you, give ⭐, contribute, it will help me too 😉