Flutter Widget Inspector - Not displaying
I am using Android Studio 3.1.3 and my flutter inspector doesn't show anything in it.
https://flutter.io/inspector/#flutter-widget-inspector
select widget button etc... are not appearing.(However flutter outline is wokring)
I have installed both flutter and dart plugins.
To make Flutter Widget Inspector work.
Run the App.
Check the emulator/simulator which screen is on.
Select the respected file from the Left side - Project Explorer
And you will be able to see the Flutter Widget Inspector working :)
P.s. It is still not working, Select RenderTree or Performance and then Widget. It will get refreshed. This is how it is working at my end.
https://flutter.io/inspector/#flutter-widget-inspector
select widget button etc... are not appearing.(However flutter outline is wokring)
I have installed both flutter and dart plugins.
To make Flutter Widget Inspector work.
Run the App.
Check the emulator/simulator which screen is on.
Select the respected file from the Left side - Project Explorer
And you will be able to see the Flutter Widget Inspector working :)
P.s. It is still not working, Select RenderTree or Performance and then Widget. It will get refreshed. This is how it is working at my end.
Comments
Post a Comment