commit | c2d46ab43bcc653171155531fa751e88a2390fe8 | [log] [tgz] |
---|---|---|
author | Alexander Thomas <athom@google.com> | Tue Jun 09 12:25:19 2020 +0200 |
committer | Alexander Thomas <athom@google.com> | Tue Jun 09 12:25:19 2020 +0200 |
tree | afc9524f7fa5fba437f9b8269b984b144a4c9151 | |
parent | d18287a4c8e2aae19dfcb43323fcbf3dd39cfa58 [diff] |
Updated beta branch to revision 2.9.0-14.1.beta
This is the official Dart tap for homebrew.
Mac users can use these formulae to easily install and update Dart SDK. Both dev and stable channels are supported.
If you don't have homebrew, install it from their homepage.
Then, add this tap:
brew tap dart-lang/dart
To install the Dart SDK:
brew install dart
Tip: Once installed, homebrew will print the path to the Dart SDK. Use this path to configure Dart support in your IDE (like WebStorm).
To install dev channel releases, instead of the stable ones, add a --head
flag after the brew commands:
brew install dart --head
Simply run:
brew update brew upgrade dart
Many tools, such as editors, ask you to specify the Dart SDK installation directory. After installing via homebrew you can use the path HOMEBREW_INSTALL/opt/dart/libexec
, where HOMEBREW_INSTALL
is the path to your homebrew installation directory (running brew --prefix
on the command line will display it).