How to solve Flutter VS Code suggestion Error

Viewed 99

This just happened on my specific flutter project, All the suggestion is broken except the active hovered suggestion.

How to solve it? how could it happened?

error code suggestion

1 Answers

Have you tried restarting VSCode and your pc? Maybe look for updates for VSCode and the flutter plugin. Maybe running flutter clean.

Related