How to install flutter and dart in Xcode macosx?

7,480

Solution 1

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

Solution 2

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.

Share:
7,480
Ahsan
Author by

Ahsan

Fun Loving, Code Loving, Nature Loving, In fact I am every thing Loving ^_^ <3 Peace <3

Updated on December 10, 2022

Comments

  • Ahsan
    Ahsan over 1 year

    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.