2

以为我会尝试使用 Flutter Desktop Windows。我在 VSCode 终端中使用了以下命令:

  1. 颤振通道大师
  2. 颤振升级
  3. 颤振配置--启用-windows-desktop
  4. 颤振装置

这使:

Windows • Windows • windows-x64 • Microsoft Windows [Version 10.0.17134.648]

我安装了 VS Studio Community 2019。Flutter Doctor 给出:

Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel master, v1.14.4-pre.28, on Microsoft Windows [Version 10.0.17134.648], locale en-US)
[√] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
[√] Visual Studio - develop for Windows (Visual Studio Community 2019 16.4.3)
[√] Android Studio (version 3.5)
[√] VS Code (version 1.41.1)
[√] Connected device (1 available)

在 VSCode 中,我运行了Flutter: New Project. 从我的 Hello World 根文件夹中的 VSCode 终端,我跑了,flutter packages get然后是flutter run哪个No supported devices found?我知道事情进展很快。我是不是走错一步了?(应用程序在 Android 模拟器中运行良好)

4

1 回答 1

2

桌面外壳 Wiki所述:

目前,macOS 是唯一支持的桌面平台flutter create

作为 Windows 的起点,您必须使用flutter-desktop-embedding项目。

于 2020-01-23T18:37:32.287 回答