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

标签 windows flutter macos desktop

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

最佳答案

您可以在任何操作系统上编写代码。但是,为了编译您的代码,您必须在 Windows 操作系统上进行。

参见 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.

关于windows - 我可以在 mac 上为 windows 开发 flutter 桌面应用程序吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70977450/

相关文章:

dart - 如何编辑 Flutter 的 TextFormField 输入和 errorText 之间的间距

android - 将 Flutter with Fabric 分发给 Beta 测试人员

objective-c - 单独类中的变量返回 null

cocoa - 两个 NSArrayController 和一个关系 (CoreData)

node.js - GENERATE_SOURCEMAP=false 问题

c++ - WIndow 10 中的类型转换问题(WinAPI 中的 DWORD 和 ULONG_PTR)

c++ - 如何获取全局 Windows I/O 统计信息?

c - RegQueryValueExW 返回 C 中的访问冲突读取位置异常

flutter - ListView 滚动经过顶部小部件

java - 在 Mac OS X 上安装 Tomcat