A Body Mass Index Calculator App For Flutter
Read Time:41 Second

A Body Mass Index Calculator App For Flutter

0 0

BMI Calculator

  • A Body Mass Index Calculator inspired by the beautiful user interface designs. A multi screen app with simple functionality but full-on custom styling.

Concepts Used

  • Use Flutter themes to create coherent branding.
  • Create multi-page apps using Flutter Routes and Navigator.
  • Extract and refactor Flutter Widgets with a click of the button.
  • Pass functions as parameters and fields.
  • Use the GestureDetector Widget to detect more than just a tap.
  • Use custom colour palettes by using hex codes.
  • Customise Flutter Widgets to achieve a specific design style.
  • Dart Enums and the Ternary Operator.
  • Composition vs. inheritance and the Flutter way of creating custom UI.
  • Undifference between const and final in Dart and when to use each.

App Preview

A Body Mass Index Calculator App For Flutter

Android.Emulator.-.Nexus_6_API_30_5554.2021-12-02.20-24-06_Trim.mp4

GitHub

View Github

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Deja una respuesta

Entrada anterior Flutter’s core Dropdown Button widget with steady dropdown menu and many options you can customize to your needs
Entrada siguiente An Instagram homepage design experiment with Flutter