Home / Snippets / How to Install Flutter on macOS Monterey
How to Install Flutter on macOS Monterey cover

How to Install Flutter on macOS Monterey

2.4K

2 years ago

0 comments

In this short snippet, you will learn how to install Flutter in macOS Monterey using Homebrew. If you haaven't already known what Homebrew is, it's a package manager used to install stuff that you need on macOS. Let's get started!

Step 1: Install Homebrew


The first step is to install Homebrew and you can install it using the command line below.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Step 2: Update Homebrew Repository

Before installing anything, you have to update the homebrew repository first to get all of the latest packages.
brew update  

Step 3: Install Flutter Using Homebrew


To install flutter you need to use the "brew install" command and it's like below.
brew install flutter
Do give it some time to install the necessary dependencies and once it's completed then you can check the version.
flutter --version
By right, if everything is successful then you will see the output below.
Flutter 2.5.3 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 18116933e7 (7 weeks ago) • 2021-10-15 10:46:35 -0700
Engine • revision d3ea636dc5
Tools • Dart 2.14.4
By now you will have MySQL installed on macOS Monterey. Cheers!

Other Reads

notion avatar

Alaz

Week-end developer currently experimenting with web, mobile, and all things programming.

Topics:

Frontend

Resource

Average

Average

Support Us

If you like our tutorial, support us by being our Patreon or buy us some coffee ☕️

Welcome to PostSrc V3

PostSrc Dark Logo

You have to login to favorite this