Skip to content

Conversation

@elliette
Copy link
Member

@elliette elliette commented Dec 5, 2024

Work towards #8546

With the changes @DanTup has made in the VS Code extension, this allows us to now test the Property Editor in VS Code 🎉

propery_editor_in_ide

@elliette elliette requested a review from a team as a code owner December 5, 2024 23:28
@elliette elliette requested review from bkonyi and kenzieschmoll and removed request for a team December 5, 2024 23:28
Comment on lines 46 to 53
StandaloneScreenType.propertyEditor => ValueListenableBuilder(
valueListenable: dtdManager.connection,
builder: (context, data, _) {
return data == null
? const CenteredCircularProgressIndicator()
: PropertyEditorSidebarPanel(data);
},
),
Copy link
Member

Choose a reason for hiding this comment

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

nit: to reduce duplication above can we create a helper widget WaitForDtdConnection or similar?

Copy link
Member Author

Choose a reason for hiding this comment

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

Done, created a _DtdConnectedScreen widget!

@elliette elliette added the autosubmit Merge PR when tree becomes green via auto submit App label Dec 9, 2024
@auto-submit auto-submit bot merged commit 05daeec into flutter:master Dec 9, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmit Merge PR when tree becomes green via auto submit App release-notes-not-required

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants