Skip to content

App to learn how to use multiple navigation and screens

Notifications You must be signed in to change notification settings

Emmandez/meals_app_flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meals App

Meals App from the Flutter & Dart - The Complete Guide course on Udemy.

About

Note: Do not take these recipes as reference as they are only placeholders

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

What can you learn from this app?

  • Navigation between screens
  • Routing -Named Routes
  • OOP in Dart
  • ListView widget
  • Tabs and how to control them
  • Drawers

This app does not have a good state management. This topic will be covered in the following section.