Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.74 KB

README.md

File metadata and controls

26 lines (21 loc) · 1.74 KB

BMI Calculator

Introduction

This is a mini-project that helps the user calculate their BMI. This is part of the Flutter Development Bootcamp Course by The London App Brewery.

Screenshots

HomePageNormalResultHighResultLowResult

Concepts Learned

This project has taught me a few new concepts:

  • Using the Theme widget across the app and for specific widgets.
  • Refactoring code to have a proper architecture and meaning.
  • Creating custom widgets.
  • Working with new widgets like Gesture Detector and Slider
  • Multi-page navigation.

Apart from this, I also learned the importance of consistency in design and more healthy UI and UX practices.

Resources

Some of the resources that will help during the project are: