I am trying to Extract Widget via Flutter Outline But I am facing below problem in android studio.
Flutter Outline Shows "Nothing to s
Move the mouse to any widget and Press Ctrl
(or ⌘ command
on macOS) and click on that widget.
After this step, your Flutter Outline
will be enabled and showing widget tree
Using your terminal, regardless of windows or mac, go to project directory then run the command below:
flutter pub upgrade
It works perfectly for me.
Enable this then the outline will work
I have same issues.
I just restart IntelliJ/Android studio and every time it's enough.
Click to red dart analysis server button, hopefully it will work