Skip to content

MDC-102 Flutter: Material Structure and Layout (Flutter) - Wrong function name. #12

Closed
@rajeshzmoke

Description

@rajeshzmoke

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions