dart-lang / sample-pop_pop_win

"Pop, Pop, Win!" is an implementation of Minesweeper in Dart.
https://dart-lang.github.io/sample-pop_pop_win/
BSD 3-Clause "New" or "Revised" License
149 stars 58 forks source link

Need Dart-2 to use.. Dart Update keeps @ 1.24.3 #57

Closed jcGeorge closed 6 years ago

jcGeorge commented 6 years ago

So "Dart 2" is still landing, I've scoured the site link to install Dart 2 https://www.dartlang.org/dart-2

but there is nothing mentioned of downloading, I've installed the Dart SDK and ran Dart Update, but it stated that I'm at the latest version at 1.24.3, how the heck do I get a hold of Dart 2?

matanlurey commented 6 years ago

Hi @doctormellow.

Sorry you found the documentation confusing. You'll want to use the dev channel, which is between a daily and weekly release, and a little less stable as a result, but tracks Dart 2 (we are on 2.0.0-dev.35.0 as of today).

Please also be respectful and mindful of our code of conduct when filing issues. I understand your frustration, but please watch your language. Thanks!

jcGeorge commented 6 years ago

my apologies, thanks for the quick response