Flutter 并不总是 运行 Windows
Flutter not always running on Windows
我正尝试在 Windows 上为一个新项目 运行 一个 flutter 应用程序,但我在 VS Code 的设备选择菜单中找不到它的选项,也没有项目中的 Windows 文件夹。新项目偶尔会发生这种情况,我不知道发生了什么变化。谁能帮我一把?
为了为Windows建立或运行,或为flutter create
建立windows
文件夹,你需要满足the documented tooling requirements。目前这意味着:
- 成为大师
- 在某个时候运行
flutter config --enable-windows-desktop
设备不会出现在 IDE 中,除非所有这些都是真的并且项目有一个 windows
文件夹。
我正尝试在 Windows 上为一个新项目 运行 一个 flutter 应用程序,但我在 VS Code 的设备选择菜单中找不到它的选项,也没有项目中的 Windows 文件夹。新项目偶尔会发生这种情况,我不知道发生了什么变化。谁能帮我一把?
为了为Windows建立或运行,或为flutter create
建立windows
文件夹,你需要满足the documented tooling requirements。目前这意味着:
- 成为大师
- 在某个时候运行
flutter config --enable-windows-desktop
设备不会出现在 IDE 中,除非所有这些都是真的并且项目有一个 windows
文件夹。