Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.4 KB

File metadata and controls

37 lines (31 loc) · 1.4 KB
title Flutter widget index
description An alphabetical list of Flutter widgets.
short-title Widgets
show_breadcrumbs false

{% assign sorted = site.data.catalog.widgets | sort:'name' -%}

This is an alphabetical list of nearly every widget that is 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.

<iframe width="560" height="315" src="{{site.youtube-site}}/embed/b_sQ9bMltGU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> [Widget of the Week playlist]({{site.youtube-site}}/playlist?list=PLjxrf2q8roU23XGwz3Km7sQZFTdB996iG)
{% for comp in sorted %}
{{comp.image}}
{{comp.name}}

{{ comp.description | truncatewords: 25 }}

{% endfor %}