Skip to content

A Flutter mobile app that calculates your body-mass-index (BMI).

Notifications You must be signed in to change notification settings

tddyer/bmi-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BMI Calculator 💪

Overview

This project is my implementation of the BMI calculator app built while following "The Complete Flutter Development Bootcamp using Dart" by the London App Brewery and Angela Yu on LinkedIn Learning (https://www.linkedin.com/learning/flutter-part-07-building-the-ui-or-flutter-part-07-building-uis).

Screenshots

The designs of this app were inspired by Ruben Vaalt. It is a multi screen app with simple functionality but full-on custom styling.

Topics Covered

  • 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, check out the full course at www.appbrewery.co

About

A Flutter mobile app that calculates your body-mass-index (BMI).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages