I am trying to Extract Widget via Flutter Outline But I am facing below problem in android studio.
Flutter Outline Shows "Nothing to s
flutter pub upgrade works for me on Android Studio
Needs to be run from the root directory of the project
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.
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:
You can see image, click it:
@canerkaseler
ctrl
+ click any widget Flutter outline will show up
go to project directory on terminal by hitting,
cd project_directory
then,
flutter pub upgrade