Alex Li
Alex Li
@kjswaruph Sure please go ahead!
@alexander-doroshko could you help evaluate whether the Dart plugin should support this, or the Flutter plugin can do this?
> [@AlexV525](https://github.com/AlexV525) The Dart plugin includes a debugger for pure Dart applications. The Flutter plugin includes a debugger for Flutter applications. The latter is essentially a copy of the former...
> for pure Dart apps debugging (like Dart command-line apps) - in the Dart plugin > > for Flutter apps debugging - in the Flutter plugin Thanks for the explanation....
@alexander-doroshko When I was trying to enable this in the Flutter plugin I got this:
I also see the same behavior on my OnePlus 13 (Android 15). https://vulkan.gpuinfo.org/displayreport.php?id=34346 Notice the left top corner is flashing during route animations. https://github.com/user-attachments/assets/6f1599c5-bf3a-48a0-89dd-ba3b5d40e477 And images are incorrectly rendered. 
> I'm not able to reproduce - is this in a small project you can share? Or is it any project? It only happened once last week. It doesn't seem...
Update: I was able to see this again. So I've opened the DevTools, and the element seems correctly placed. When I placed the mouse over one of widgets, it correcly...
With the above observation, I think the issue might not related to the browser engine but the DevTools itself.
@elliette Is this something you may acknowledged of? How could I debugging more if I can run into this again?