Skip to content

Latest commit

 

History

History
18 lines (8 loc) · 494 Bytes

README.md

File metadata and controls

18 lines (8 loc) · 494 Bytes

BMI Calculator

Finished App

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 customise Flutter Widgets to achieve a specific design style.
  • Understand the difference between const and final in Dart and when to use each.