Closed
Description
MDC-102 Flutter: Material Structure and Layout (Flutter)
Fetching the product info with the wrong name getAllProducts();
List<Card> _buildGridCards(BuildContext context) { List<Product> products = getAllProducts(); // **Wrong function name** ... ... }
It should be
List<Product> products = getProducts(Category.all);
Metadata
Metadata
Assignees
Labels
No labels