The purpose of creating this app is to see how I can customize Flutter Widgets to get our own UI designs. Taking as an example the design made by Ruben Vaalt and trying to recreate as a form of training.
A Body Mass Index Calculator inspired by the beautiful designs made by Ruben Vaalt. A multi-screen app with simple functionality, but with a fully customized styling.
- How to use Flutter Themes to create a coherent brand.
- How to create multipage 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 color palettes using hexadecimal codes.
- How to customize Flutter Widgets to achieve a specific design style.
- Practice the difference between const and ending in Dart and when to use each one.