Macos  Installation

Macos Installation

Table of contents

  1. Install Homebrew From Here.

  2. Type brew tap dart-lang/dart in the terminal.

  3. Type brew install dart in the terminal.

  4. If you have any issues installing the dart.

Homebrew Install Command

Copy and paste this command on your terminal to install Homebrew.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

To set the homebrew path, copy and paste this command on your terminal.

export PATH=/opt/homebrew/bin:$PATH