Skip to content

This is a flutter project which can be used in multiple platforms applications like Android app, Mac app and web-based applications. The project BMI Calculator which is Body Mass Index Calculator inspired by the beautiful designs made by Ruben Vaalt. It is a multi screen app with simple functionality but full-on custom styling.

License

Notifications You must be signed in to change notification settings

ChaitanyaYeole/BMICalculator-flutter

Repository files navigation

bmi calculator banner

BMI Calculator

This is a flutter project which can be used in multiple platforms applications like Android app, Mac app and web-based applications. The project BMI Calculator which is Body Mass Index Calculator inspired by the beautiful designs made by Ruben Vaalt. It is a multi screen app with simple functionality but full-on custom styling.

User Interface

BMICalculator.1.webm

Learnings throughout project

  • 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.

Getting Started

Installation and setup

Usage

Dependencies

#Add this code at pubspec.yaml

dependencies:
  ...

  font_awesome_flutter: '>= 4.7.0'

  # The following adds the Cupertino Icons font to your application.
  # Use with the CupertinoIcons class for iOS style icons.
  cupertino_icons: ^1.0.2

Contact me

portfolio twitter linkedin

Feedback

If you having any feedback or having any problem in using or running program do comment down your thoughts and querys.

License

MIT License

About

This is a flutter project which can be used in multiple platforms applications like Android app, Mac app and web-based applications. The project BMI Calculator which is Body Mass Index Calculator inspired by the beautiful designs made by Ruben Vaalt. It is a multi screen app with simple functionality but full-on custom styling.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published