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

[Property Editor] Display the name and documentation for the selected widget #8883

Merged
merged 9 commits into from
Feb 19, 2025

Conversation

elliette
Copy link
Member

Fixes #8716
Work towards #1948

Displays the name and documentation of the currently selected widget in the Property Editor.

expand_collapse_docs

If the widget has no editable properties, we still display the documentation:

Screenshot 2025-02-11 at 10 20 40 AM

@elliette elliette requested a review from a team as a code owner February 11, 2025 20:56
@elliette elliette requested review from bkonyi and kenzieschmoll and removed request for a team and bkonyi February 11, 2025 20:56
),
],
),
Row(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be in an expanded widget and the Column should have MainAxisSize.min

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, why do we need this row if there is only a single child?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added MainAxisSize.min, but without the row the text jumps to the left / right when the doc is collapsed / expanded

@elliette elliette merged commit 44bd32b into flutter:master Feb 19, 2025
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Property Editor] Show widget name and documentation in property list
2 participants