devtools
devtools copied to clipboard
Performance tools for Flutter
Hey, i think a feature that allows me to debug my SharedPreferences inside the dart devTools would be extremely handy, For example a way to view all the existing keys...
When using the debugger, I've often wanted a full text search of the app. This would be to do things like search for locations where I want to put breakpoints.
This could include specific filter options like "filter by file extension ___ " or "only assets", etc.
We could do things like - [ ] highlight the hovered cell on mouse over to make it look more clickable - [ ] give the treemap blocks thicker borders...
There are two parts of this problem: single file analysis, and diff analysis. Single file analysis: - we could use a gradient (red for large code size nodes and gradually...
Example: `flutter run --dart-flags="--sample-buffer-duration=20"`
Watching GPU + CPU usage in the timeline page is a reasonable first approximation for for power usage but we could do better by plumbing through Android and iOS APIs...
I'm not sure this is feasible yet, but transferring a user request over from https://github.com/flutter/devtools/issues/492. User's would like to be able to launch DevTools in their default browser.
Similar to https://github.com/flutter/devtools/issues/481 Would be really nice to have a way to view the semantics tree. /cc @darrenaustin @goderbauer fyi
from @jacob314 "Elements from the State object that I often wish we did a better job of displaying to debug layout issues: State of animation and scroll controllers referenced by...