BMI Calculator Flutter Package
A simple and efficient Flutter package for calculating Body Mass Index (BMI), compatible with Android, iOS, Wear OS, and watchOS. This package provides an easy way to integrate BMI calculations into your mobile and wearable applications.
Features
- BMI Calculation: Calculate BMI using weight and height.
- Unit Conversion: Convert between metric and imperial units.
- Cross-Platform Support: Designed to work seamlessly on Android, iOS, Wear OS, and watchOS.
- Customizable Widgets: Ready-to-use widgets for user input and displaying BMI results.
Installation
Add the package to your pubspec.yaml file:
dependencies:
bmi_calculator: ^1.0.2