跳到主要内容

Windows 应用程序包装

Flet CLI 提供了 flet build windows 命令,该命令允许将 Flet 应用程序包装成 Windows 应用程序。

备注

该命令只能在 Windows 上运行。

前提条件

启用开发者模式

在 Windows 上运行 flet build 时,您可能会遇到以下错误:

Building with plugins requires symlink support.

请启用系统设置中的开发者模式。运行
start ms-settings:developers
以打开设置。

按照 Stack Overflow 的回答 的指令启用 Windows 11 中的开发者模式。

Visual Studio 组件

无法找到合适的 Visual Studio 工具链。请运行 `flutter doctor` 以获取更多详细信息。

按照 Medium 文章 的指令下载和安装正确的 Visual Studio 组件以进行桌面开发。

flet build windows

从您的 Flet 应用程序创建 Windows 应用程序。