6

I was building a flutter desktop app using vs code and all sudden was presented with this error completely unfamiliar with.

error

anyone with a solution on how to handle this, I appreciate

following is my flutter doctor log: enter image description here

nios
  • 151
  • 1
  • 1
  • 8

1 Answers1

7

Open visual studio installer, click on modify, then open Individual components.

Select latest Windows 10 SDK version and install it.

When SDK successfully installed

  • open Android studio.
  • flutter clean.
  • flutter run.

it should work.

Mahmoud Haj Ali
  • 946
  • 6
  • 12