Mastodon Mastodon - Install flutter on MacOS
 logo
  • Home 
  • Tags 
  • Blog posts 
  1. Home
  2. Blog posts
  3. Install flutter on MacOS

Install flutter on MacOS

Posted on July 8, 2020  (Last modified on July 11, 2024) • 1 min read • 149 words
Configuration   Dev   Flutter   Mac  
Configuration   Dev   Flutter   Mac  
Share via

I blog so I don’t forget … this:

First, the non-CLI actions:

  • install XCode from the App Store
  • install Flutter plugin for Visual Studio Code (if you haven’t installed VS Code, do it now, you can also use “brew” for that)
  • download the latest Flutter SDK, unzip it, and move the unzipped flutter/ folder to $HOME/Dev/frameworks (or any other location you favor)
  • add $HOME/Dev/flutter/bin and $HOME/Dev/flutter/bin/.pub-cache/bin to your path

That’s about it for now. Then do some CLI magic:

brew tap dart-lang/dart
brew install dart android-studio android-sdk
sudo gem install cocoapods
pod setup
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
sudo xcodebuild -runFirstLaunch
flutter doctor --android-licenses

After that some more UI stuff:

  • Start Android Studio. It will want to install a couple of things (Intel drivers pop up, weirdly)

And finally: A final flutter doctor will tell you if everything is all right.

The whole process will download about 10-12 GB of data.

 Azure App Service & Python, Part I
Bluetooth Headsets 
In case you want to follow me

Here are some links. The further to the right, the less active.

           
(c) Axel Bock | Powered by Hinode.
Link copied to clipboard
Code copied to clipboard