iampawan / BMI-Calculator-App

BMI Calculator Flutter App with State Management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BMI Calculator 💪

Our Goal

The objective of this tutorial is to look at how we can customise Flutter Widgets to achieve our own beautiful user interface designs including State Management.

What you will create

What you will 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 .

About

BMI Calculator Flutter App with State Management


Languages

Language:Dart 82.2%Language:HTML 6.8%Language:Swift 5.1%Language:Objective-C 3.5%Language:Java 1.7%Language:Kotlin 0.6%