A BMI Calculator
Another powerful app made with Flutter & Dart – BMI Calculator is a Body Mass Index(BMI) calculator app developed with Flutter. Currently, the BMI is calculated using Metric units. Support for Imperial units may be added in the future.
The app supports English and Turkish languages. I have plans for supporting more languages.
ADVERTISEMENT
Getting Started
To get a local copy up and running follow these simple steps.
Prerequisites
You need to have Flutter installed on your pc.
Installation
- Clone the repo using:
git clone https://github.com/ibrahim39/bmi_calculator.git
- To get the packages needed for the app, run:
flutter pub get
Dart
Usage
If you have a connected device or emulator running, you can run the app with:
flutter run