๐Ÿ“ฆ Danarvelini / bmi_calculator_flutter

It is a Body Mass Index Calculator inspired by the beautiful designs made by Ruben Vaalt. It is a multi screen app with simple functionality but full-on custom styling.

โ˜… 3 stars โ‘‚ 0 forks ๐Ÿ‘ 3 watching
๐Ÿ“ฅ Clone https://github.com/Danarvelini/bmi_calculator_flutter.git
HTTPS git clone https://github.com/Danarvelini/bmi_calculator_flutter.git
SSH git clone git@github.com:Danarvelini/bmi_calculator_flutter.git
CLI gh repo clone Danarvelini/bmi_calculator_flutter
danhausen danhausen main e56562a 4 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ android
๐Ÿ“ ios
๐Ÿ“ lib
๐Ÿ“„ .gitignore
๐Ÿ“„ .metadata
๐Ÿ“„ pubspec.lock
๐Ÿ“„ pubspec.yaml
๐Ÿ“„ README.md
๐Ÿ“„ README.md

BMI Calculator ๐Ÿ’ช

What is this

It is a Body Mass Index Calculator inspired by the beautiful designs made by Ruben Vaalt. It is a multi screen app with simple functionality but full-on custom styling.

Finished App

What skills are used here

  • 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.