Can Flutter run without Xcode?

Without xcode you will not be able to build a flutter app that runs on an iOS simulator or device as xcode is what builds for the iOS platform. You will be able to run it on an android emulator that you configure and launch from within Android Studio, and that will work regardless of if xcode is installed .

Read more

Is emulating iOS possible?

QEMU is a popular open-source emulator which now lets you emulate iOS . While it is still far from a finished product, its open-source nature means you can download it for free. QEMU iPhone emulator’s code is available for free download and you can access it from the page linked below.

Read more