Flutter Install & Intellij IDEA on Mac
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.