devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Performance tools for Flutter

Results 668 devtools issues
Sort by recently updated
recently updated
newest added

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.

release-notes-not-required

Fixes https://github.com/flutter/devtools/issues/7295 ### Before: ![Screenshot 2024-03-12 at 3 56 40 PM](https://github.com/flutter/devtools/assets/21270878/85825fc1-46b5-4f0b-b249-977a7b10d57d) ![Screenshot 2024-03-12 at 3 57 30 PM](https://github.com/flutter/devtools/assets/21270878/381ee666-3557-4b0f-b3e8-ce4a8aa303c0) ### After:

release-notes-not-required

In the Deep Links tab embedded in the IDE, you can’t paste into the path text field. ![image](https://github.com/flutter/devtools/assets/108393416/65b31b20-a6bc-424e-8900-56dfcd8bd593) 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...

release-notes-not-required

release-notes-not-required