BMI Calculator Flutter App
Overview
The BMI Calculator Flutter App is a user-friendly application designed to help individuals determine their Body Mass Index (BMI) and assess whether they are within a healthy weight range. Built using Flutter, the app is optimized for both Android and iOS platforms.
Features
- 🧮 BMI Calculation: Easily calculate BMI based on height and weight inputs.
- 📊 Health Insights: Provides feedback on whether you are underweight, normal weight, overweight, or obese.
- 🎨 Modern UI Design: Sleek and intuitive interface for an enhanced user experience.
- 🚀 Cross-Platform Compatibility: Runs seamlessly on Android and iOS devices.
Technologies Used
- Flutter: Framework for building natively compiled applications.
- Dart: Programming language for Flutter development.
- Swift: For iOS-specific integrations.
- Kotlin: For Android-specific integrations.
Installation
Prerequisites:
- Install Flutter.
- Set up your development environment.
Steps:
- Clone the repository:
git clone https://github.com/reetpriye/bmi-calculator-flutter.git
- Navigate to the project directory:
cd bmi-calculator-flutter
- Fetch dependencies:
flutter pub get
- Run the app:
flutter run
Contribution
Contributions are welcome! Here’s how you can contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Commit your changes:
git commit -m "Add your feature description"
- Push your branch:
git push origin feature-name
- Open a pull request.