-
Notifications
You must be signed in to change notification settings - Fork 705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider moving brew install instructions to the dart-sdk community package #5499
Comments
Here are outputs when executing ➜ Desktop brew install dart
==> Fetching dart-lang/dart/dart
==> Downloading https://storage.googleapis.com/dart-archive/channels/stable/release/2.18.7/sdk/dartsdk-macos-x64-release.zip
############################################################################################################################################## 100.0%
==> Installing dart from dart-lang/dart
==> Caveats
Please note the path to the Dart SDK:
/usr/local/opt/dart/libexec
==> Summary
🍺 /usr/local/Cellar/dart/2.18.7: 921 files, 497MB, built in 15 seconds
==> Running `brew cleanup dart`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`). ➜ Desktop brew install dart-sdk
==> Downloading https://ghcr.io/v2/homebrew/core/dart-sdk/manifests/3.2.4
############################################################################################################################################## 100.0%
==> Fetching dart-sdk
==> Downloading https://ghcr.io/v2/homebrew/core/dart-sdk/blobs/sha256:f117c92fd0bacc285c98d527b5ecf17f48b1b5519f4013b4291ef10af1b2afa0
############################################################################################################################################## 100.0%
==> Pouring dart-sdk--3.2.4.sonoma.bottle.tar.gz
🍺 /usr/local/Cellar/dart-sdk/3.2.4: 1,023 files, 561.1MB
==> Running `brew cleanup dart-sdk`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`). I'm not sure which one is correct. Finding |
Get the Dart SDK
page
cc @athomas can you comment? |
Well, these are different packages. One is the one we provide and the other is some community project. They have different features:
If we stop documenting Personally, I'd use the |
Get the Dart SDK
page
Thanks for the context Alex. But why did |
I suspect the user's tap is busted somehow. Could be a new symptom of homebrew handling the master->main transition poorly. 2.18.7 is from roughly that time. @seaniepie could you try running |
Will do. Thanks for helping. I came across the problem while installing FlutterFlow dependencies on an Intel Mac and brew said there was no such package called dart. So I did a quick google and it said to get dart-sdk instead. But maybe the update-reset will cure things here. |
@seaniepie : Thanks for your assistance here. I'm updating this page in this PR (#5497). I clarified that cc: @anderdobo |
@seaniepie : Thanks for your assistance here. I'm updating this page in this PR (#5497). I clarified that cc: @anderdobo |
This is what I get as a response:
|
Page URL
https://dart.dev/get-dart/
Page source
https://github.com/dart-lang/site-www/tree/main/src/get-dart/index.md
Describe the problem
the brew command should be
brew install dart-sdk
NOT
brew install dart
and likewise for upgrade
Expected fix
No response
Additional context
No response
I would like to fix this problem.
The text was updated successfully, but these errors were encountered: