arminmehraeen / Bmi

Advanced body mass index ( BMI ) calculator flutter package

Home Page:https://pub.dev/packages/advanced_bmi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advanced body mass index ( BMI ) calculator flutter package

Features

Calculate BMI based on the height and weight that you provided

Getting started

This will add a line like this to your package's pubspec.yaml ( run an implicit dart pub get ) :

install from pub.dev

dependencies:
  advanced_bmi: ^0.0.1

install from github

dependencies:
  advanced_bmi:
    git:
      url: https://github.com/arminmehraeen/Bmi.git
import 'package:bmi/bmi.dart';

Usage

BmiModel bmi = BMI(weight: 70, height: 180).data ;
bmi.value   ;
bmi.weight  ;
bmi.height  ;
bmi.status  ;
bmi.message ;

Additional information

Support this package by star it ❤️‍🔥

About

Advanced body mass index ( BMI ) calculator flutter package

https://pub.dev/packages/advanced_bmi

License:MIT License


Languages

Language:Dart 100.0%