devtools
devtools copied to clipboard
Performance tools for Flutter
When certain 'function' object nodes are selected in the Program Explorer outline, the SourceLocation of the function is in a _patch file, thus the file explorer will jump to the...
this pushes the logic for checking whether we should show a different view when disconnected into Screen.build for shared use.
Fixes https://github.com/flutter/devtools/issues/7295 ### Before:   ### After:
Fixes https://github.com/flutter/devtools/issues/7296
In the Deep Links tab embedded in the IDE, you can’t paste into the path text field.  There is an existing issue for clipboard copy in vs code https://github.com/Dart-Code/Dart-Code/issues/4540...
Primary purpose of this PR is to implement export for snapshots. For release notes: Side effects of this PR are: 1. Refactored structure of snapshot diffing, because we want to...
Upgrade vm_service to get access to serialization of snapshot an optimization for memory footprint.
Prerequisite: https://github.com/flutter/flutter/pull/144783