devtools
devtools copied to clipboard
Performance tools for Flutter
This is a follow up to https://github.com/flutter/devtools/pull/8447, which persisted filters for the logging screen and added the underlying functionality to save a filter as a tag and reapply it from...
When a user scrolls away from their selected widget in the widget tree, show a shortcut to "jump back to the selected widget"
We are always fetching implementation details for the tree, even when a user has toggled "hide implementation details"

I've noticed that the V2 inspector tree is not always scrolling to the widget in the tree when I select it with the on-app selection tool. I need to do...
- [x] Conduct a review of all code in DevTools and determine where licenses need to be added/updated and/or require a 3P notice for dependencies. - [ ] Write a...
it works on local machine but not connectable from another machine e.g from PC on same network trying http://192.168.100.255:49787
I experienced this when running Flutter gallery on an iOS simulator. Repro steps: 1. Run DevTools, connect to sample app, and open the CPU profiler. 2. Select "Load all CPU...
### Steps to reproduce 1. Flutter run on a remote machine connect with usb 2. Open devtool in Android Studio 3. Select network tab and preview 4. The network show...