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 ) :

dependencies:
  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 :heart_on_fire:

Libraries

advanced_bmi