Flutter Icons widgets no preview in vscode

Viewed 951

Below shows the recommended icons however doesn't show the preview in the vscode. This just happened recently.

Unable to find the icon

3 Answers

Hi its been months now since this issue and its already been fixed by the latest update of vscode on my machine.

Version: 1.60.0 (Universal)
Commit: e7d7e9a9348e6a8cc8c03f877d39cb72e5dfb1ff
Date: 2021-09-01T10:54:53.442Z
Electron: 13.1.8
Chrome: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Darwin x64 20.6.0

I'm using macbook-pro. I suggest you guys to update your vscode to the latest version for the fix.

Just restart your vs-code then go to the terminal and run the command flutter pub get.

Related