Dart - Updated Flutter/Dart, all variable types are "ghosting"?

Viewed 21

I just updated Flutter and Dart to the newest versions. I upgraded Flutter on the master branch and it automatically updated Dart too. There is now a serious problem. In all of my files, every time I declared a type before the name of a variable or parameter etc, they all now appear in a way that's almost highlighted but not? It's like a phantom part of the code. Can't click it or select it. Cursor skips over it. Help.

1

Dart: v3.48.3 Flutter: v3.48.0 VS Code: v1.71.2

Side note, all these ghosted types will completely disappear if I uninstall Dart, then they come back and do the same thing on re-install.

0 Answers
Related