website icon indicating copy to clipboard operation
website copied to clipboard

'Widget catalog' page: rework widget catalog

Open galeyang opened this issue 6 years ago • 4 comments

Page URL: https://flutter.io/docs/development/ui/widgets/ Page source: https://github.com/flutter/website/tree/master/src/docs/development/ui/widgets/index.md

Description: This is a potential future project.

From a recent new user study, we found participants had a hard time using the widget catalog, because they did not have previous knowledge on which one is where (e.g., Card widget is under Material Component, rather than Layout). We can consider redesigning this catalog. One potential idea is to list all widgets and support filters.

We would need to further discuss solutions and to identify resources for implementation.

cc: @jayoung-lee @InMatrix @sfshaza2

galeyang avatar Dec 21 '18 23:12 galeyang

Maybe you'd like something link the webdev API filter: https://webdev.dartlang.org/api?query=app. As you type in the search box (which is initialized to "app" by the previous URL), it shows relevant entries under each category.

chalin avatar Dec 22 '18 00:12 chalin

Yes! We are considering something like that with visuals! Thanks for sharing it.

galeyang avatar Jan 02 '19 19:01 galeyang

@InMatrix, do you think this is still a relevant/important issue? I've changed the priority to P3, as I think we have more important issues to address, but I welcome your feedback.

sfshaza2 avatar Aug 04 '22 19:08 sfshaza2

We can probably close it for now. The widget index is a workaround to not knowing the precise category of each widget. We can revisit it once we have more design resource on the team.

InMatrix avatar Aug 05 '22 23:08 InMatrix

Closing. As mentioned in the comment above, the widget index is a workaround.

MiraMarshall avatar Aug 11 '22 19:08 MiraMarshall