Flutter Install & Intellij IDEA on Mac

Yusuf Biberoğlu
1 min readFeb 19, 2023

--

In this tutorial i want to show you how to install flutter with Homebrew on mac and flutter setup in Intellij IDEA

Install Flutter on Mac OSX using Homebrew with install command:

brew install --cask flutter

After the installation i will be creating new project with create command on terminal

flutter create tutorial

Now open the project from terminal with open command for flutter setup in in Intellij IDEA

open -na "IntelliJ IDEA Ultimate" --args ./

I want to make sure flutter sdk path already set or not from settings if not i need to set to path

Intellij IDEA > Settings > Languages & Frameworks > Flutter SDK:

/opt/homebrew/Caskroom/flutter/3.7.3/flutter

Now Install the Flutter and Dart plugins if not installed select the Flutter and dart plugin and click Install then click Restart after installation

Intellij IDEA > Settings > Plugins

Open ios simulator directly from Intellij IDEA and run the app

You can find tutorial video

My YouTube Channel;

If you find this useful, please don’t forget to clap 👏 and follow me. I will continue according to your request.

--

--

Yusuf Biberoğlu
Yusuf Biberoğlu

Written by Yusuf Biberoğlu

Software Developer 💻 (PHP-Symfony, Flutter, Dart, Firebase) https://www.linkedin.com/in/yusufbiberoglu/

No responses yet