Flutter Outline Shows “Nothing to show” in android studio

后端 未结 11 1875
别跟我提以往
别跟我提以往 2021-02-01 12:12

I am trying to Extract Widget via Flutter Outline But I am facing below problem in android studio.

Flutter Outline Shows "Nothing to s

相关标签:
11条回答
  • 2021-02-01 12:50

    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

    0 讨论(0)
  • 2021-02-01 12:51

    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.

    0 讨论(0)
  • 2021-02-01 12:51

    Enable this then the outline will work

    0 讨论(0)
  • 2021-02-01 12:57

    I have same issues.

    I just restart IntelliJ/Android studio and every time it's enough.

    0 讨论(0)
  • 2021-02-01 12:58

    Click to red dart analysis server button, hopefully it will work

    0 讨论(0)
提交回复
热议问题