Daniel Chevalier
Daniel Chevalier
- empty tree (one already kind of exists for this state - clicking refresh on an empty tree) - when a tree loads with one node [root] this is an...

 THis is a test
This has something to do with us calling our init when connection is available, but not being respectful of isPaused ``` [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: 'package:devtools_app/src/shared/preferences.dart': Failed assertion: line 273 pos...
When fighting on a widget or clicking to inspect a widget. A lot of requests are sent to the service in order to populate the card. This causes a lot...
Variables are already present in the console, there is no need to hover over them in the console as well. The hovercards also don't fit in the console very well.
_updateLocalClasses fetches each of the objects individually. This causes a performance bottleneck on pub root directory change. If this class ends up being needed, the we will need to find...
 Fixes https://github.com/flutter/devtools/issues/5931 With Multi View applications on the way, we need to be able to manage the state of multiple Inspector widgets in a consistent way. Previously each Widget...