Windows
Instructions for packaging a Flet app into a Windows application.
See complementary information here.
Prerequisites#
Visual Studio 2022#
Visual Studio 2022 is required with Desktop development with C++ workload installed.
Follow this guide for instructions on downloading & installing correct Visual Studio components for Flutter desktop development.
flet build windows
#
Note
This command can be run on Windows only.
Builds a Windows application.
Troubleshooting#
Developer mode#
If you get the below error:
Building with plugins requires symlink support.
Please enable Developer Mode in your system settings. Run
start ms-settings:developers
to open settings.
you need to enable Developer Mode as it indicates. Follow this guide on how to do that.