Ya Delli
Ya Delli

Reputation: 65

Any way to build flutter desktop app for window(.exe) in macOS machine?

I would like to build exe file from my macOS machine. How is possible?

Upvotes: 4

Views: 5399

Answers (2)

smorgan
smorgan

Reputation: 21599

Per the documentation:

To compile a desktop app, you must build the app on the targeted platform: build a Windows app on Windows, a macOS app on macOS, and a Linux app on Linux.

You can follow this issue to see if that changes in the future.

Upvotes: 5

Milvintsiss
Milvintsiss

Reputation: 1448

The short answer is no.

But you can build your app using a windows emulator or doing a windows dualboot with bootcamp.

There is also online services who let you build flutter projects from a github repo but I don't think they can build a windows app.

Upvotes: 2

Related Questions