I have started my journey with Flutter desktop. Till now everything was working fine. I was developing an application and it was building for the macOS like a charm. Now I would like to create the executable file for windows (.exe). Is it possible to generate one from the macOS? If so how can I achieve something like this?
EDIT:
To be able to build an executable version of the app we need to do that from the operating system that we want our app to be run on. In my case, I am using Mac on a daily basis, so I had to create the virtual machine to build the .exe for windows