Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipecastrosales/calculatorbmi
A simple Calculator BMI develop with Flutter.
https://github.com/felipecastrosales/calculatorbmi
bmi bmi-calculator bmicalculator calculator cross-platform danielciolfi dart flutter flutter-app flutter-apps flutter-demo flutter-examples flutter-widget mobile mobile-development udemy
Last synced: 2 months ago
JSON representation
A simple Calculator BMI develop with Flutter.
- Host: GitHub
- URL: https://github.com/felipecastrosales/calculatorbmi
- Owner: felipecastrosales
- License: mit
- Created: 2020-08-29T20:13:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-09T21:29:58.000Z (8 months ago)
- Last Synced: 2024-07-31T19:21:48.736Z (6 months ago)
- Topics: bmi, bmi-calculator, bmicalculator, calculator, cross-platform, danielciolfi, dart, flutter, flutter-app, flutter-apps, flutter-demo, flutter-examples, flutter-widget, mobile, mobile-development, udemy
- Language: C++
- Homepage:
- Size: 4.49 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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 📋
- [📖 About](#about-)
- [📱 Preview](#preview-)
- [🤯 Challenges and Learnings along the way](#---challenges-and-learnings-along-the-way----)
- [🤔 How to Use](#how-to-use-)
- [💪 How to Contribute](#how-to-contribute-)
- [📝 License](#license-)---
---
Preview 📱
> * You can see all version previews in [`demos`](https://github.com/felipecastrosales/CalculatorBMI/blob/master/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](https://github.com/felipecastrosales/CalculatorBMI/blob/master/LICENSE) file for more details. 😉
---
>This project was developed with ❤️ by **[@Felipe Sales](https://www.linkedin.com/in/felipecastrosales/)**, with the instructor **[Daniel Ciolfi](https://linkedin.com/in/danielciolfi)**, in the course **["Creating Android and iOS Apps with Flutter - Create 16 Apps"](https://www.udemy.com/course/curso-completo-flutter-app-android-ios)** on **[Udemy](https://www.udemy.com/)**.
If it helped you, give ⭐, contribute, it will help me too 😉---
[![Linkedin Badge](https://img.shields.io/badge/-Felipe%20Sales-292929?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/felipecastrosales/)](https://www.linkedin.com/in/felipecastrosales/)