An open API service indexing awesome lists of open source software.

https://github.com/amirbayat0/bmi-calculator-using-flutter-dribbble-design-

BMI Calculator App using Flutter
https://github.com/amirbayat0/bmi-calculator-using-flutter-dribbble-design-

andri app cross dart flutter ios

Last synced: 7 months ago
JSON representation

BMI Calculator App using Flutter

Awesome Lists containing this project

README

          

# BMI Calculator 💪 (Dribbble Design)
## Screenshots

![33](https://user-images.githubusercontent.com/91388754/144760467-3adeb191-1006-4b8e-b83f-e9385521331e.png)
![11](https://user-images.githubusercontent.com/91388754/144760455-1db74ea1-8462-4a8e-bf07-251fe2fd08c3.png)
![22](https://user-images.githubusercontent.com/91388754/144760463-df44ffd8-44d9-405e-85a9-74d43f7130f5.png)

## On My Way To Learn Flutter

### What I Create
* I Made a Body Mass Index Calculator inspired by the beautiful designs made by Ruben Vaalt. It's a multi screen app with simple functionality but full-on
custom styling!

### What i learn
- How to use Flutter themes to create coherent branding.
- How to create multi-page apps using Flutter Routes and Navigator.
- How to extract and refactor Flutter Widgets with a click of the button.
- How to pass functions as parameters and fields.
- How to use the GestureDetector Widget to detect more than just a tap.
- How to use custom colour palettes by using hex codes.
- How to customise Flutter Widgets to achieve a specific design style.
- Understand Dart Enums and the Ternary Operator.
- Learn about composition vs. inheritance and the Flutter way of creating custom UI.
- Understand the difference between const and final in Dart and when to use each.
- How to use State Management