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

### Specs Flutter Version: 2.10.3 Flutter Channel: stable DevTools Version: 2.9.2+1 ### Problem I wanted to look up the requests made by my application in the Network tab of the...

waiting for customer response
network page
dake-csat-work-p1

In the test runner we currently link to the Observatory UI when debugging tests. We'd like to point to the devtools UI instead. https://github.com/dart-lang/test/issues/1563 Observatory lets us link to the...

debugger page
P4

Original internal issue: b/238203029

debugger page
P4
fix it friday

**Currently** No visible arrows for sorting "Library or Class", "Size", or "% of Total Size" for the TreeTable until it is clicked on. **Want** Icons should always be there regardless...

app size tooling
P4
fix it friday

Currently we need to scroll right to see the size and / or percentage of total size information of various code chunks on the treetable. It would be great if...

app size tooling
P4

The PR (https://github.com/flutter/devtools/pull/93) to deflake the integration tests introduced several delays, not all of which are likely necessary. We should remove the ones we find aren't necessary - this will...

testing
tech debt
hurts-developer-velocity

If you click in the logging table and press and hold up or down, the selected row quickly disappears off the screen and the scrolling doesn't keep up with it....

table component
polish

It appears the final teardown call can sometimes flake causing test failures. Potentially this is related to the tests performing a hot restart exposing an edge case in ServiceExtensionManager. ```...

testing
tech debt
test flake
hurts-developer-velocity

Broken expect statement is currently commented out: https://github.com/flutter/devtools/blob/master/packages/devtools/test/memory_service_test.dart#L61.

testing
cleanup
tech debt
P3