Since, without using Xcode (an IDE), you cannot build or publish iOS apps. This is because Xcode only runs on macOS with the iOS SDK. However, if you wish to develop an iOS app on Windows, you need virtualization software . Using a virtual machine such as VirtualBox and VMware, you get access to virtual Mac OS.
Read moreCan I use Windows to build iOS app?
You can make an app for iOS even if you ‘re on a PC running Windows 10. I wish I had known this when I first started because I delayed myself for 3 years before biting the bullet and buying a Mac.
Read moreHow do I create an IPA file in Flutter?
Run flutter build ipa to produce a build archive.
Read moreHow do I change my app name and icon on flutter?
Steps to change app name in Android:
Read moreCan you develop Flutter on Windows?
Desktop support allows you to compile Flutter source code to a native Windows, macOS, or Linux desktop app. Flutter’s desktop support also extends to plugins—you can install existing plugins that support the Windows, macOS, or Linux platforms, or you can create your own.
Read moreHow do you put an app icon on flutter?
17 Answers
Read moreHow do I deploy a Flutter app on iOS without Mac?
Building the iOS project
Read more