devtools
devtools copied to clipboard
Performance tools for Flutter
### 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...
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...
Original internal issue: b/238203029
**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...
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...
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...
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....
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. ```...
Broken expect statement is currently commented out: https://github.com/flutter/devtools/blob/master/packages/devtools/test/memory_service_test.dart#L61.