10

I need to know if there is any way or plugin to run dart code on Xcode for flutter app development. If there is any mention here, every time I searched on internet it only shows me flutter commands for terminal to run app on iOS. I want my IDE to be XCODE for flutter development. here is what flutter official documentations says when I ask same question Flutter Documentation about MacOS Thanks in advance.

Günter Zöchbauer
  • 623,577
  • 216
  • 2,003
  • 1,567
Ahsan
  • 173
  • 1
  • 13

2 Answers2

13

You can install and use flutter on macOS. But you can not use XCode as IDE, officially they announced either use Android Studio / IntelliJ or Visual Studio Code.

For Android Studio / IntelliJ:

https://flutter.dev/docs/get-started/editor?tab=androidstudio

For Visual Studio Code:

https://flutter.dev/docs/get-started/editor?tab=vscode

As a suggestion iOS or other developer should use VSCode its light weighted and more understandable and android developer have their own option.

enter image description here

enter image description here

Mr.Javed Multani
  • 12,549
  • 4
  • 53
  • 52
4

Dart and Flutter are officially supported by IntelliJ/Android Studio and VSCode.

I think there is some integration with VIM and Emacs, but not officially supported. There is no integration with XCode though.

Günter Zöchbauer
  • 623,577
  • 216
  • 2,003
  • 1,567