Home > Blockchain >  I can't write flutter codes on my Vs Code
I can't write flutter codes on my Vs Code

Time:04-13

enter image description here

This has just happened recently when i opened my flutter app in Vscode. The app runs on flutter run but all of my codes are greyed out . When i press Ctrl F5 to debug app i get a " Choose enviroment " prompt which has no Dart in the list. Flutter and Dart extensions are installed.

My tool bar shows plain text on the language option

My tool bar shows plain text on the language option.

Can someone help please.

CodePudding user response:

Update your Dart extension and restart the VScode. VScode-->Extensions--> In search 'type dart'--> There you got extension file of dart. enter image description here

Select dart and upgrade. After all, this restarts your vscode.

  • Related