devtools
devtools copied to clipboard
Performance tools for Flutter
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...
first of all if I click on validate deep link where it shows me the current project  it shows me that it's not a flutter project  then if...
Property editor:  Other DevTools docs links: 
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...
Observatory has this. It can be quite convenient to understand where specifically in some method CPU is used.  
### 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,...
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...
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...
`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...