Install the Dart SDK on Mac

Step -1: We should have Homebrew package manager, but if we don’t have it then install the Homebrew and run the following command. It will successfully download the Dart on the Mac.

  1. $brew tap dart-lang/dart  
  2. $ brew install dart  

Step -2: To verify which version we have installed, use the following command.

  1. $brew info dart  

Leave a comment

Your email address will not be published. Required fields are marked *