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
- Host: GitHub
- URL: https://github.com/amirbayat0/bmi-calculator-using-flutter-dribbble-design-
- Owner: AmirBayat0
- Created: 2021-12-05T18:53:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-05T19:31:53.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T11:24:37.297Z (9 months ago)
- Topics: andri, app, cross, dart, flutter, ios
- Language: Dart
- Homepage:
- Size: 338 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BMI Calculator 💪 (Dribbble Design)
## Screenshots

## 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