An app that show meals groupend by categories. It contains meal details, favorites tab and filter options.
This project is a result of Flutter & Dart - The Complete Guide course.
Categories | Meals | Details | Drawer | Filters | Empty Favorites | Favorites |
---|---|---|---|---|---|---|
Launch the app, so you will the category list. Tap in any category to see its meals, and tap in a meal to see its details. In the details screen, you can favorite the meal and see it in favorite tab. You also can open the drawer tapping the hamburger button, and from there you can set the filter options.
Open this project on Visual Studio Code editor (make sure Flutter plugin in installed), so press Ctrl+F5
(you need to connect a physical device or an emulator).
If you want to use the command line, navigate to this project folder and run the following command:
flutter run