Can I use Flutter to develop IOS in Android Studio?

前端 未结 3 559
礼貌的吻别
礼貌的吻别 2021-01-18 04:01
  • 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

3条回答
  •  失恋的感觉
    2021-01-18 04:31

    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.

提交回复
热议问题