Skip to content

Remove unused code from standalone_ui/ - #9917

Merged
kenzieschmoll merged 6 commits into
flutter:masterfrom
kenzieschmoll:dcm-4
Jul 27, 2026
Merged

Remove unused code from standalone_ui/#9917
kenzieschmoll merged 6 commits into
flutter:masterfrom
kenzieschmoll:dcm-4

Conversation

@kenzieschmoll

Copy link
Copy Markdown
Member

Work towards #9906

@kenzieschmoll
kenzieschmoll requested a review from a team as a code owner July 27, 2026 20:31
@kenzieschmoll
kenzieschmoll requested review from srawlins and removed request for a team July 27, 2026 20:31

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request cleans up unused parameters and properties across several standalone UI components, including removing the editor parameter from DevTools screen buttons and the devices parameter from DebugSessions. It also removes the lib/src/standalone_ui/** exclusion from analysis options and deletes platform-specific reloadIframe files. However, in property_editor_panel.dart, removing the FutureBuilder and the _editor future introduces a critical runtime crash because _propertyEditorController is accessed before it is asynchronously initialized. It is recommended to restore the FutureBuilder pattern to prevent this crash.

@kenzieschmoll
kenzieschmoll merged commit b95a83d into flutter:master Jul 27, 2026
51 checks passed
@kenzieschmoll
kenzieschmoll deleted the dcm-4 branch July 27, 2026 22:15
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.

2 participants