Chapter 13 - Deleting bookmarked recipe

Hi,

Once we bookmark a recipe, it is visible in bookmarks section. If we delete it, it does not get deleted as recipe.id is null

In lib\ui\recipes\recipe_list.dart _buildRecipeCard, while initializing detailRecipe , I think we have to add id: index, .

After adding this, if we delete the bookmarked recipe, it gets deleted.

Thanks

2 Likes

Good catch. We’ll fix this in the next version