dart-lang / homebrew-dart

Dart team's official tap for homebrew.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dart 2.19 is missing

sasuw opened this issue · comments

The version 2.19 is missing. The latest 2.x version found with Homebrew is 2.18.

brew install "dart-lang/dart/dart@2.18"

works,

brew install "dart-lang/dart/dart@2.19"

does not. I have run brew update beforehand. brew search dart shows only versions up to 2.18.

That is correct, we have not yet made that formula. We should do this whenever we increase the version number, so we should have done this at the time that Dart 3.0 was released. I will do this soon. Until then, you can download the SDK directly as a zip file from https://dart.dev/get-dart/archive

This is complete, and dart@2.19 exists.