Developing for iOS device in Windows environment with Flutter

后端 未结 5 1347
不思量自难忘°
不思量自难忘° 2020-11-28 21:58

I\'m new to Flutter, was just wondering if it\'s possible.

I\'ve tried building the demo code using intellij with given instruction (https://flutter.io/setup/). It

5条回答
  •  情深已故
    2020-11-28 22:38

    Apple has made compiling of iOS applications exclusively avaible to macOS.

    You can read through this answer and thread to look into workarounds for getting it to work on Windows.

    Basically there is no other way for Flutter, but Xamarin and NativeScript provide support for it.

提交回复
热议问题