title | description | short-title | show_breadcrumbs |
---|---|---|---|
Flutter widget index |
An alphabetical list of Flutter widgets. |
Widgets |
false |
{% assign sorted = catalog.widgets | sort:'name' -%}
This is an alphabetical list of many of the widgets that are bundled with Flutter. You can also browse widgets by category.
You might also want to check out our Widget of the Week video series on the Flutter YouTube channel. Each short episode features a different Flutter widget. For more video series, see our videos page.
{% ytEmbed 'b_sQ9bMltGU', 'Introducing the Flutter Widget of the Week' %}
{% for comp in sorted -%}
{% endfor %}
{% if comp.vector -%}
{{comp.vector}}
{% elsif comp.image -%}
{% else -%}
{% endif -%}

{{comp.name}}
{{ comp.description | truncatewords: 25 }}