- The food recipes application retrieves a wide variety of food names and instructional videos from the TheMealDB API. These recipes are organized by country, with each dish representing a specific nation.
- I used Flutter framework for building the user interface and Dart programming language .
- Clone the repository
git clone https://github.com/Ashrafmuhmed/Food_recipes_app
- Install dependencies
flutter pub get
- Start the app
flutter run
I welcome contributions from the community. If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (git checkout -b feature/your-feature).
- Make your changes.
- Commit your changes (git commit -am 'Add new feature').
- Push to the branch (git push origin feature/your-feature).
- Create a new Pull Request.