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

In the Inspector, collapsing the top level item ("root") yields a spinner. Refresh button has to be clicked to see the tree again.

screen: inspector
P2

we should batch work so we don't freeze the ui while a snapshot is being taken and the data is being processed.

screen: memory
devtools app performance
fix it friday
memory > diff
P2
product-quality

See reason here: https://github.com/flutter/flutter/issues/142040 A list of related bugs that **might** be fixed by switching to `SelectionArea`: * https://github.com/flutter/devtools/issues/5389 * https://github.com/flutter/devtools/issues/4915 * https://github.com/flutter/devtools/issues/4367

copy behavior
P2
cross-screen
product-quality

The Devtools footer uses the LinkIconLabel which does not align the icon and text well (see "Docs" and "Tutorial" below): ![Image](https://github.com/user-attachments/assets/7be2b8e8-4da1-4f46-b480-1972176f406a)

P3
cross-screen

`ErrorBadgeManager` has a lot of conditional logic for inspector errors (e.g., `appendError` only works for inspector errors because we are only saving inspector errors in the `activeErrors map: https://github.com/flutter/devtools/blob/36ac0a283cf1c1265f786f5fde513853126760ca/packages/devtools_app/lib/src/shared/managers/error_badge_manager.dart#L32-L37) This...

tech debt
P2
cross-screen

The hint/input text in the DevTools search widget is not centered vertically: Not sure if this is a DevTools or Framework regression, more investigation is needed. It looks like the...

polish
P2
cross-screen

Split off from #8912 (see https://github.com/flutter/devtools/issues/8912#issuecomment-2679871965) In Windows, if you open devtools in browser (maybe only when an extension is present?) in Chrome, it causes Chrome to freeze almost immediately....

P2
OS: windows

![Screenshot (84)](https://github.com/user-attachments/assets/a1524a85-bf75-4347-9baa-bc23198e7d68) ___ **DevTools version**: 2.37.2 **IDE**: VSCode **Connected Device**: CPU / OS: ia32 (32 bit) android Connected app type: Flutter native (debug build) Dart Version: 3.5.1 Flutter Version: 3.24.1...

ide-integration
a11y
P2

Steps to reproduce: 1. Open a DevTools extension in VS Code 2. While focused on the extension panel, try to open the command palette (cmd+shift+P) Expected behavior: can open command...

ide: vs-code
devtools extensions
P2

``` [zoneGuarded]: FormatException: Unexpected character (at character 2) [!] ^ org-dartlang-sdk:///dart-sdk/lib/_internal/wasm/lib/convert_patch.dart 1654:5 fail org-dartlang-sdk:///dart-sdk/lib/_internal/wasm/lib/convert_patch.dart 1520:9 parseNumber org-dartlang-sdk:///dart-sdk/lib/convert/json.dart 641:11 convert file:///Users/kenzieschmoll/develop/devtools/packages/devtools_app/lib/src/shared/server/_deep_links_api.dart 15:15 requestAndroidBuildVariants org-dartlang-sdk:///dart-sdk/lib/_internal/wasm/lib/async_patch.dart 105:32 _awaitHelper ``` CC @chunhtai @hannah-hyj

P2
screen: deep links
exception