maquestiaux_bmi_calculator 0.0.4 copy "maquestiaux_bmi_calculator: ^0.0.4" to clipboard
maquestiaux_bmi_calculator: ^0.0.4 copied to clipboard

A BMI Calculator. This package allows you to display a form with the necessary fields to perform a calculation of your body mass index (BMI).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add maquestiaux_bmi_calculator

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

dependencies:
  maquestiaux_bmi_calculator: ^0.0.4

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:maquestiaux_bmi_calculator/bmi.dart';
import 'package:maquestiaux_bmi_calculator/sdk/bmi.dart';
import 'package:maquestiaux_bmi_calculator/sdk/bmi_calculator.dart';
import 'package:maquestiaux_bmi_calculator/sdk/bmi_formatter.dart';
0
likes
130
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

A BMI Calculator. This package allows you to display a form with the necessary fields to perform a calculation of your body mass index (BMI).

Homepage

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, intl

More

Packages that depend on maquestiaux_bmi_calculator