我刚刚在我的 Windows 10 系统上安装了 flutter。我之前在我的系统上安装了 Visual Studio Code v1.26.1。但是每当我从 Git Bash 运行 flutter doctor 时,我都会注意到 Flutter Doc 没有检测到 VS Code。所以每当我在 Git bash 中输入命令时:
$ flutter doctor
Run Code Online (Sandbox Code Playgroud)
我得到的输出是:
Doctor summary (to see all details, run flutter doctor -v):
[?] Flutter (Channel beta, v0.6.0, on Microsoft Windows [Version 10.0.17134.228], locale en-US)
[?] Android toolchain - develop for Android devices (Android SDK 28.0.2)
[?] Android Studio (version 3.1)
[!] Connected devices
! No devices available
! Doctor found issues in 1 category.
Run Code Online (Sandbox Code Playgroud)
但是如果 …