Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 838 Bytes

File metadata and controls

21 lines (21 loc) · 838 Bytes
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 %}
  • {{comp.image}}

    {{comp.name}}

    {{comp.description}}

    Documentation

  • {% endfor %}