felipecastrosales / CalculatorBMI

A simple Calculator BMI develop with Flutter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://www.freepik.com/vectors/people People vector created by katemangostar

Calculator BMI

About πŸ“–

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.


Topics πŸ“‹



Preview πŸ“±


  • You can see all version previews in demos folder. πŸ§πŸ“‚

Challenges and Learnings along the way 🀯

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.


How to Use πŸ€”

- 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

How to Contribute πŸ’ͺ

- 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

License πŸ“

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 πŸ˜‰


Linkedin Badge

About

A simple Calculator BMI develop with Flutter.

License:MIT License


Languages

Language:Dart 92.6%Language:Swift 5.2%Language:Kotlin 1.8%Language:Objective-C 0.5%