Flutter Inspector is showing in a weird way

Viewed 1534

I am using Android Studio with flutter but flutter inspector has a problem which I couldn't fix in anyway.

It is showing not in a right way. I deleted Android Studio and installed again and it didn't help with the problem.

enter image description here

4 Answers

Change the resolution of your windows display; the resolution or pixel breaking issue of Flutter Inspector will get resolved.

The problem was about Display settings of my windows. On the scale part it was "change the size of texts apps and other items by 125% " When I changed it to 100% it is fixed :) Thank you for the answer

This will also work

File => Settings => Languages & Frameworks => Flutter => Experiments => Unselect 'Enable embedding DevTools in the Flutter Inspector tool window' => Apply => OK => Restart Android Studio for changes to take effect.

From here

Related