/meals_app

Useful meals app, with diffrent categories of meals. Within each category, you will find dishes that match the category they belong to. If you find one of those dishes compelling, you can see the ingredents and the steps required to make it You can also mark a meal as a Favorite by clicking the star button

Primary LanguageDart

Meals app

The Meals App is a Flutter application designed to help users discover and organize their favorite meals. It provides a variety of recipes, allows users to filter meals based on dietary preferences, and offers a favorites feature to easily access loved meals.

Key Features

  • Meal Discovery: Browse through a wide variety of meals and get detailed instructions on how to prepare them.
  • Dietary Preferences: Set filters according to your dietary needs such as gluten-free, lactose-free, vegetarian, or vegan.
  • Favorites: Save your favorite meals for easy access at any time.
  • Meal Details: Each meal comes with a detailed description, including the ingredients needed and the steps to prepare it.

Screenshots

Try my app!

The attached files DO NOT work as a standalone project, they are just the code I wrote (lib folder), pubspecs (dependencies) and assets (fonts to add style to the app).

To give the app a try:

  • Download the Flutter SDK and Android Studio or Xcode.
  • Start a virtual device in Android Studio or Xcode.
  • Clone my repository and move to that location in your terminal.
  • Run flutter create . in the terminal. (this will create all the app dependencies).
  • Run flutter run. The virtual device will open the app automatically.
  • That's it!