Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Highlight Extension Flutter Widget Tree

I saw this video and all this trace line highlighting the widgets tree. I would like to add in my vscode, but after google search, I found nothing.

Any idea about the name of this extension, or maybe a configuration?

https://i.sstatic.net/GJAbM.png

like image 438
Fabio Cataldo Avatar asked Nov 16 '25 03:11

Fabio Cataldo


1 Answers

  1. Make sure Dart is enabled
  2. open settings. (Ctrl + ,)
  3. search settings -> Dart: Preview Flutter Ui Guides
  4. Tick on Dart:Preview Flutter Ui Guides
  5. Tick on Dart: Preview Flutter Ui Guides Custom Tracking

if it doesn't work, restart Visual Studio and check.

enter image description here

like image 149
Mahi Avatar answered Nov 17 '25 18:11

Mahi