Question 1. Can I develop for IOS using flutter only in Android Studio without Xcode on Max OS?
Question 2. If \'Question 1\' is possible, is there
You can develop the app completely on Windows or any other operating system. All you need is an IDE or editor (Android Studio or VS Code).
But to compile/release the app for iOS or for tests on the iPhone simulator, you will need a Mac with XCode installed.
The good thing is that the code you've written in Dart will (normally) work on iOS without any changes, so you can just develop on Windows (and test your app on Android), then ask a friend who owns a Mac if you can borrow it for a day to compile it for iOS.