Flutter Outline Shows “Nothing to show” in android studio

后端 未结 11 1852
别跟我提以往
别跟我提以往 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:33
    1. click on a widget to select one
    2. press control and click the widget again (you will be directed to widget class)
    3. go back to the first window and the outline should be displayed
    0 讨论(0)
  • 2021-02-01 12:36

    flutter pub upgrade works for me on Android Studio

    Needs to be run from the root directory of the project

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

    I recently go through this issue and I got the solution so much simple. Just press and hold the CTRL key and click on any widget name in the dart file. This will take you to the outline menu.

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

    10 July 2020 - Solved!

    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:

    @canerkaseler

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

    ctrl+ click any widget Flutter outline will show up

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

    go to project directory on terminal by hitting, cd project_directory then,

    flutter pub upgrade

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