Favorite Meals
Personal project to display categories of meals. User can mark meals as favorites and filter based on meal type (i.e: gluten free, vegetarian etc…)
Demonstrates:
ThemeData + colorScheme + seedColor
Widget Drawer
Animation Controller & Tween (animate in categories)
BottomNavigationBar
Google Fonts
Bloc (Cubits for caching user favorites and meal filters)
Get it for DI
Auto Route
Initial Screen showing two tabs: 1. meal categories 2. Favorites.
Flutter Widget Drawer (DrawerHeader + 2 MainDrawerListTiles )
After tapping on the Quick & Easy category
Tapping on hamburger in the Quick and Easy category (uses Hero widget to animate the hamburger image from previous screen to this one ) . User can favorite this item as well.
Result of favoriting this meal ( shows ScaffoldMessenger letting user know was added or removed as favorite).
Can see hamburger was added as Favorite as we are in Favorites tab.
Meal Filters
Meal filters settings are cached via Cubit
Now after adding filter we can only see one meal in the Quick & Easy category