Answers for "flutter outline shows nothing"

1

flutter outline shows nothing

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
Posted by: Guest on March-11-2021
3

flutter outline nothing to show

press Ctrl and click one othe widget in dart file 
this should show the tree
Posted by: Guest on October-09-2020
-1

flutter outline nothing to show

right click in the file and select 'reformat code with dartfmt' 
it will format your code and then left click in the file and 
select dart outline.
Posted by: Guest on September-19-2020

Code answers related to "flutter outline shows nothing"

Browse Popular Code Answers by Language