Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improving the snippets on AppBar class doc #1797

Closed
jayoung-lee opened this issue Nov 29, 2018 · 1 comment
Closed

Improving the snippets on AppBar class doc #1797

jayoung-lee opened this issue Nov 29, 2018 · 1 comment
Labels
ux.research Relates to UX research need

Comments

@jayoung-lee
Copy link
Contributor

AppBar/actions doc on master docs has 'Sample in an App' tab, but the current example is not really complete.

The 'actions' keyword imply interactivity, but because its onPressed (){} property is empty, at least 3 participants in the recent user study spent long time searching for its example, even though they had this snippet.

Can we make it extend StatefulWidget like the one in IconButton class and have an actual action associated with it?

This complete app can be added to the AppBar class as well, which is currently empty!

Cc: @galeyang, @gspencergoog

@galeyang galeyang added the ux.research Relates to UX research need label Nov 30, 2018
@jayoung-lee
Copy link
Contributor Author

jayoung-lee commented Nov 30, 2018

Moved to flutter/flutter repo (here)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ux.research Relates to UX research need
Projects
None yet
Development

No branches or pull requests

2 participants