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
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
flutter --version
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
Leave a reply