Meals App from the Flutter & Dart - The Complete Guide course on Udemy.
This app emulates a Recipe App.
- Shows several categories of meals.
- Each meal contains information about:
- Ingredients
- Steps
- Affordability
- Complexity
- Duration
- User can mark a meal as favorite.
- User can set filters such as:
- Gluten-free
- Lactose-free
- Vegan
- Vegetarian
- Navigation between screens
- Routing -Named Routes
- OOP in Dart
- ListView widget
- Tabs and how to control them
- Drawers