There is an existing _flutter.screenshotSkp service extension that exposes this data.
https://github.com/flutter/flutter/blob/master/packages/flutter_tools/lib/src/commands/screenshot.dart#L126
This functionality is already exposed on the command line as:
flutter screenshot --type=skia observatory-uri=...
https://debugger.skia.org/
can then be used to debug the data.
It isn't clear which pages in Dart DevTools the button should be included in. Perhaps the functionality is useful when debugging certain UI issues or perhaps it is useful to get more context on what Skia is doing when debugging memory or performance issues.
There is an existing
_flutter.screenshotSkpservice extension that exposes this data.https://github.com/flutter/flutter/blob/master/packages/flutter_tools/lib/src/commands/screenshot.dart#L126
This functionality is already exposed on the command line as:
flutter screenshot --type=skia observatory-uri=...https://debugger.skia.org/
can then be used to debug the data.
It isn't clear which pages in Dart DevTools the button should be included in. Perhaps the functionality is useful when debugging certain UI issues or perhaps it is useful to get more context on what Skia is doing when debugging memory or performance issues.