{% for section in site.data.catalog.index %} {% if section.name contains include.category %}

{{section.description}}

{% endif %} {% endfor %}

See more widgets in the Flutter widget catalog.

{% for category in site.data.catalog.index %} {% if category.name == include.category %} {% for sub in category.subcategories %}

{{sub.name}}

{% endfor %} {% endif %} {% endfor %}

See more widgets in the Flutter widget catalog.