AmrKhalil97 / bmi-calculator-flutter

:runner: A Body Mass Index Calculator Flutter app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BMI Calculator 🏃 Flutter

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

BMI Calculator

What I learned

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

About

:runner: A Body Mass Index Calculator Flutter app


Languages

Language:Objective-C 55.9%Language:Makefile 29.9%Language:Dart 10.3%Language:C 2.9%Language:Java 0.7%Language:Shell 0.4%