You cannot . You will need a xcode and mac for that.
Read moreHow do I create an IPA file in Flutter?
Run flutter build ipa to produce a build archive.
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 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 I change my app name and icon on flutter?
Steps to change app name in Android:
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