This is the project I build when learning flutter. This app helps to list and see different food categories. This also helps to find wonderful recipes with all the ingredients to make it tasty. You can also favourite the food. User can also filter out the type of food he wants according to his preferences.
- See different food categories.
- Choose food according to your preference.
- See ingrdients and steps to make recipe.
- Mark dishes as favourites.
- Filter food by Gluten free, lactose free, Vegetarian or Vegan.
-
Clone this app using below syntax:
git clone https://github.com/aliasar1/Meal-App
-
After cloning install packages using below syntax:
flutter pub get
Above command will install all the necessary packages.
- Run the app on your mobile emulator using below command:
flutter run