Elliott Brooks
Elliott Brooks
@bkonyi I know you recently made some fixes to the Network page. Is this what we expect to be seeing here? Thanks!
Hi @craiglabenz - please re-open if you are still hitting this. The trick as @DanTup mentioned is to add `dart.flutterHotReloadOnSave`, instructions here: https://docs.flutter.dev/tools/property-editor#integration-with-hot-reload
HI @mit-mit! Currently the documentation (if its available, not every parameter has a dartdoc comment) is included in the tooltip when you hover of the info icon `(i)`. What do...
Are you experiencing an issue with DevTools? If so feel free to re-open and please add a description and repro steps so we can investigate. Thanks!
Hi @AlexV525! Could you provide either the project that this occurs on, or a minimal repro where this occurs if you can't share the project? Thank you!
Hi @AlexV525 - would you be able to share the output of [`debugDumpApp`](https://docs.flutter.dev/testing/code-debugging#example-4-call-debugdumpapp) for the app this reproduces on? Thanks!
Hi @AlexV525 - a few other things that could help us diagnose this. 1. I see you have "Show implementation widgets" toggled on. Do you also run into this when...
The "no tree currently mounted" message is coming from here: https://github.com/flutter/flutter/blob/20788c07fcb8a0483e566f9b3261457b7fc49f01/packages/flutter/lib/src/widgets/binding.dart#L1591 The `rootElement` is attached to the tree in response to the `runApp` method, but from what I can tell...
Thanks @AlexV525! The Choreographer "Skipped 104 frames!" log indicates this might be Android specific. Are you able to run your app against any other devices to see if this reproduces...