Skip to content

Conversation

@kenzieschmoll
Copy link
Member

This PR is for service extensions that are part of the widgets library, but specific to the widget inspector.

Work towards #106502.

Related #110876, which added an enum for the Widgets library
Related #111146, which adds an enum for the foundation library
Related #111149, which adds an enum for the rendering library
Related #111222, which adds an enum for the scheduler library
Related #111271, which adds an enum for the services library
Related to flutter/devtools#4213, which tracks the task of using these values in DevTools and duplicating our copy of these strings.

@flutter-dashboard flutter-dashboard bot added the framework flutter/packages/flutter repository. See also f: labels. label Sep 12, 2022
final String? aId = service.toId(a, group1);
expect(service.toId(a, group2), equals(aId));
expect(service.toId(a, group3), equals(aId));
await service.testExtension('disposeGroup', <String, String>{'objectGroup': group1});
Copy link
Member Author

Choose a reason for hiding this comment

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

no changes were made to this test other than formatting changes and replacing the usages of service extension strings with the new enum values.

Copy link
Member

@goderbauer goderbauer left a comment

Choose a reason for hiding this comment

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

LGTM

@kenzieschmoll kenzieschmoll merged commit 4356d3b into flutter:master Sep 13, 2022
@kenzieschmoll kenzieschmoll deleted the widget-inspector-extensions branch September 13, 2022 16:53
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Sep 14, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/plugins that referenced this pull request Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

framework flutter/packages/flutter repository. See also f: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants