Flutter Outline Shows “Nothing to show” in android studio

后端 未结 11 2032
别跟我提以往
别跟我提以往 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: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.

提交回复
热议问题