| layout | page |
|---|---|
| title | Flutter Widget Index |
| permalink | widgets/widgetindex/ |
{% 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.
-
{% for comp in sorted %}
- {% endfor %}