Visual Studio Code - Target of URI doesn't exist 'package:flutter/material.dart'

后端 未结 29 893
Happy的楠姐
Happy的楠姐 2020-12-07 21:33

I\'ve just setup my Macbook for flutter development,

So I downloaded flutter sdk, and placed it in my Documents. After, I setup my path variable to

29条回答
  •  独厮守ぢ
    2020-12-07 22:01

    Open the command palette (ctrl+shift+p), type flutter: get packages (should autocomplete); after it resolves open the command palette again and type reload window and execute the command. This should resolve the issue as quickly as possible.

提交回复
热议问题