Skip to content

Add a Material Design component catalog page #6161

@InMatrix

Description

@InMatrix

It is hard to map a UI mockup to widgets in Flutter, especially when the developer is not familiar with Material Design terms. The root page of the Material library does not separate widgets implementing core Material components from other widgets, and its layout is not suitable for browsing. Per offline discussion with @qchong, it would be helpful to create a component catalog page on flutter.io to help mitigate this issue.

Specifically, components will be ordered alphabetically to match the Components section on material.google.com. Each entry on the components page should include:

  • Component name
  • Component description
  • A screenshot
  • Name of the Flutter widget implementing the component
  • Links to the widget’s API doc, source code, and usage examples

Metadata

Metadata

Labels

from: studyReported in a UX study

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions