Hello,
I have a Flutter app for macOS that works fine on a physical machine, but shows an empty window when run inside a VM. Any ideas on how to fix this or possible workarounds?
macos is running in a vm? what kind?
macOS is running inside a VM. We’re using VMware Fusion on a Mac Pro, and the guest OS is macOS Sequoia 15.x.
Try enabling GPU acceleration or software rendering in the VM, as Flutter’s macOS builds require proper graphics support to render the UI.