devtools
devtools copied to clipboard
Performance tools for Flutter
Hi i m a novice coder and i find lot of problems with navigator stack and i would like for it to be displayed with it's history and thank
debugCheckElevationsEnabled is a new service extension to help debug elevation issues. We should support it in devtools as well as possibly directly in intellij and vscode. Related Flutter CL adding...
This looks weird (and makes the URIs really long), I think they should show `package:` URIs. 
Originally from https://github.com/flutter/devtools/issues/1648.
For example, the hot reload / hot restart actions in the toolbar.
based on VM info Originally from https://github.com/flutter/devtools/issues/1648
Selected a bunch of different nodes in the inspector, opened layout explorer, switched pages in DevTools, came back to the inspector with the layout explorer open and selected a new...
There are cases such as displaying doc comments, autocompleting expressions, and getting types where having access to the analyzer service is needed. TBD: the most robust way to wire up...
There's currently no visual change in the logging page when we lose the device connection. We should make sure there is (put a subtle transparent overlay on the logging items?),...
In flame_chart.dart, we call ``` linkedHorizontalScrollControllerGroup.jumpTo(newScrollOffset); ``` to update the scroll offset as we zoom. We call this inside of an animation controller listener `zoomController.addListener(() { ... })`. At times...