This Flutter project demonstrates how to customize Flutter widgets to create a beautiful user interface for a Body Mass Index (BMI) Calculator. The goal is to showcase the flexibility and customization options available in Flutter to achieve stunning designs.
- Calculate BMI based on user input (height and weight).
- Beautifully designed user interface.
- Customized Flutter widgets for a unique look and feel.
To run this project locally, follow these steps:
-
Clone this repository:
git clone https://github.com/1DevNawaf/BMI-Calculator.git
-
Navigate to the project directory:
cd BMI-Calculator
-
Install dependencies:
flutter pub get
-
Run the app:
flutter run
Feel free to customize and enhance the app further. Here are some areas you might consider:
- Theme: Adjust the colors, fonts, and overall theme to match your preferences.
- Widget Customization: Explore the code to understand how widgets are customized and experiment with your designs.
- Functionality: Extend the functionality, such as adding additional health-related features or integrating with external APIs.
If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature-name
. - Implement your feature and commit changes:
git commit -m "Add feature-name"
. - Push to the branch:
git push origin feature-name
. - Open a pull request.
This project is licensed under the MIT License.
- Thanks to the Flutter community for providing excellent resources and inspiration.
For any inquiries or support:
Nawaf Mohammed Alghodyah