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

I was running into frequent infinite loading with my project. It usually happens after a hot restart. To reproduce with my project: 1. Run `main.dart`. 2. Open the inspector in...

All of the pages aren't consistent when no information can be shown, examples: - Inspector "No running apps" has a grey that isn't shared with others, also a larger font...

P2
cross-screen

first of all if I click on validate deep link where it shows me the current project ![Image](https://github.com/user-attachments/assets/cb6f880a-68e3-4965-8bd7-8a57d9bf1265) it shows me that it's not a flutter project ![Image](https://github.com/user-attachments/assets/bcd775fb-3c77-4efe-b735-2f752acc84e2) then if...

P2
screen: deep links

Property editor: ![Image](https://github.com/user-attachments/assets/cc0d7ba5-80e7-4862-bc6d-648b65d569b5) Other DevTools docs links: ![Image](https://github.com/user-attachments/assets/c4fca900-29fd-4e95-a178-2821448f6630)

P3
property editor

Splitting this from https://github.com/flutter/devtools/issues/9168 @kenzieschmoll said: > When running DevTools inside your IDE (or launching the IDE-started DevTools in the browser), clicking on the link should navigate to the code...

screen: cpu profiler
P2

Observatory has this. It can be quite convenient to understand where specifically in some method CPU is used. ![Image](https://github.com/user-attachments/assets/d2fa21b7-7777-42c6-b6e4-bf3f128b39ef) ![Image](https://github.com/user-attachments/assets/c2af1886-c021-4f72-b466-d1ce53aa7055)

enhancement
observatory migration
P2

### Description I was watching [this part](https://youtu.be/PONvNV3u1Wg?si=l0AIiVsPY70pzKP4&t=2201) of a talk at by Craig Labenz where he explains about `RepaintBoundary` and gives an example of where not to use it. Later,...

screen: inspector
P2

I haven't found any pattern when this happens but regularly I have the problems when trying to debug a backend issue that either the network view stops recording and event...

waiting for customer response
screen: network
P2
network > missing data

Hard to reproduce, but this happens ever so often. The inspector doesn't show API calls. It does show socket calls which I have no use for. Android emulator. Only fix...

waiting for customer response
screen: network
P2
network > missing data

`screenshot tests expand and collapse implementation widgets` in `inspector_v2/inspector_integration_test.dart` is blocking https://github.com/flutter/flutter/pull/169229 from landing as it's using the number of widgets in the tree to find the correct button to...

testing
P1