Flutter Outline Shows "Nothing to show" in android studio

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


MacOS: command + click on widget.

Windows: ctrl + click on widget.

If they do not work, do not worry! Just follow these easy steps:

  1. Click Dart Analysis (on below part of Android Studio)
  2. You can see refresh button right side of Dart Analysis
  3. Click it, done!

You can see image, click it:

enter image description here


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

image

Tags:

Flutter