devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Deprecate `getRootWidgetSummaryTree` and `getRootWidgetSummaryTreeWithPreviews`

Open elliette opened this issue 1 year ago • 0 comments

After DevTools is calling getRootWidgetTree (added in https://github.com/flutter/flutter/pull/150010) instead of getRootWidgetSummaryTree and getRootWidgetSummaryTreeWithPreviews, those two APIs can be deprecated and the tests for them can be removed from Flutter.

Note: Refer to https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#deprecations for the deprecation syntax and style.

elliette avatar Jun 10 '24 23:06 elliette