Daniel Chevalier
Daniel Chevalier
Fixes https://github.com/flutter/devtools/issues/3561 This change fixes scrollToRect and related areas so that autoscrolling will always snap to the top left of the screen ( with 3 rows of padding). If the...
When the app is paused, we are unable to add/remove/refresh the pubroot directories in the inspector settings
TODOs are currently left in the code, to point out places of improvement. We have no way of validating or enforcing that those TODOs haven't already been addressed, or if...
The custom pub root directory code in https://github.com/flutter/devtools/blob/master/packages/devtools_app/lib/src/shared/preferences.dart Is tightly coupled with lifecycle triggers from the servicemanager, and isolate managers. To make the code cleaner, and more testable, separate the...
 when the pub root directories change, if the node doesn't exist anymore we should clear the widget details tree pane
https://github.com/flutter/devtools/runs/6280344534?check_suite_focus=true Encountered during https://github.com/flutter/devtools/pull/4055
https://github.com/flutter/devtools/runs/6356784092?check_suite_focus=true
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must...
 Fixes https://github.com/flutter/devtools/issues/4544 Add analytics events for: - every time the inspector tree is loaded and is empty - any time the user refreshes the tree and the tree comes...
Better integration with IDEs to support two way communication between IDEs and DevTools. This could be used for a variety of features, including selecting widgets in the inspector when they...