Android studio how to remove lines in build method in flutter

1,237

Those lines are UI Guides.

To disable them Settings -> Flutter -> Uncheck UI Guides

options

But you can have the UI Guides as well as the widget labels as shown

Check UI Guides option and uncheck Hide closing labels.

UI guides + comments

Share:
1,237
Admin
Author by

Admin

Updated on December 11, 2022

Comments

  • Admin
    Admin 11 months

    I just updated flutter plugin and now I am having lines in the build() method, how can I remove these lines (vertical lines which start from r of return and c of child)