Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhathiya29/bmi-calculator
This is a BMI calculator which was built as a project while learning Flutter
https://github.com/bhathiya29/bmi-calculator
Last synced: 15 days ago
JSON representation
This is a BMI calculator which was built as a project while learning Flutter
- Host: GitHub
- URL: https://github.com/bhathiya29/bmi-calculator
- Owner: Bhathiya29
- Created: 2022-04-01T18:03:28.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-01T18:11:36.000Z (almost 3 years ago)
- Last Synced: 2024-11-05T11:09:53.559Z (2 months ago)
- Language: Dart
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BMI Calculator 💪
## The Goal
The objective of this tutorial is to look at how we can customise Flutter Widgets to achieve our own beautiful user interface designs. If you have a designer on board, no matter how unconventional their designs are, we can create them using Flutter.
![Finished App](https://github.com/londonappbrewery/Images/blob/master/bmi-calc-demo.gif)
## What I learnt by creating this app in the tutorial
- 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.>This is a companion project to The App Brewery's Complete Flutter Development Bootcamp