pandaxin8 / food-waste-game

Food waste sustainability awareness game built with Flutter
MIT License
1 stars 0 forks source link

Implement Image Display for Dish Recipes and Update Recipe Book UI to Grid View #54

Closed pandaxin8 closed 7 months ago

pandaxin8 commented 7 months ago

Overview

The current implementation of the dish selection popup and the recipe book UI uses a simple list to display available dishes. To enhance user engagement and the overall aesthetic of the game, we need to add images for each dish and modify the UI to use a grid view layout.

Current Behavior

Desired Behavior

Steps to Reproduce

  1. Open the game and navigate to the dish selection or recipe book section.
  2. Observe the list of dishes without images.

Expected Outcome

Possible Implementation

pandaxin8 commented 7 months ago

Before:

Screenshot 2024-03-03 210138

After:

Screenshot 2024-03-04 005551