我可以在 mac 上为 windows 开发 flutter 桌面应用程序吗?

Can I develop flutter desktop app for windows on mac?

我可以在 mac 上为 windows 开发 flutter 桌面应用程序吗?提前致谢。我有 M1 mac 并想为 windows 平台开发应用程序。

您可以在任何 OS 上编写代码。但是,为了编译您的代码,您必须在 Windows OS.

上进行

查看 documentation:

Note: To compile a desktop application, you must build it on the targeted platform: build a Windows application on Windows, a macOS application on macOS, and a Linux application on Linux. If you experience a problem that hasn’t yet been reported, please file an issue and include “desktop:windows win/macos/linux” (whichever platform is appropriate) in the title.