BMI Calculator
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.
Table of Contents
- Screenshots
- Getting Started
- Usage
- Roadmap
- Code Contributors
- Contributing
- Author
- License
- Acknowledgements
Screenshots
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
Usage
If you have a connected device or emulator running, you can run the app with:
flutter run
Roadmap
See the open issues for a list of proposed features (and known issues).
Code Contributors
This project exists thanks to all the people who contribute. [Contribute].
🤝 Contributing
Contributions, issues and feature requests are welcome.
Feel free to check issues page if you want to contribute.
Check the contributing guide.
Author
👤 İbrahim Durmuş
- Github: @ibrahim39
📝 License
This project is MIT licensed.
Acknowledgements
- BMI Calculator – Daily UI challenge
- BMI Chart
- font_awesome_flutter
- Img Shields
- Our preview mockups were created with Previewed
Source Code
Please Visit BMI Calculator Flutter Source Code at GitHub