dart_koans icon indicating copy to clipboard operation
dart_koans copied to clipboard

Updated for running koans with Dart2

Open ericomine opened this issue 4 years ago • 1 comments

From what I could see, these koans are the most referenced Dart koans online, but they were not updated to work with Dart2.

  • Replaced dart-sdk requirement to ^2.3.0
  • Replaced legacy unittest dep with test.
  • Most change in code due to change in testing API (isInstanceOf has been deprecated, using isA<T> instead)

ericomine avatar Apr 28 '20 21:04 ericomine

Hey thanks. I wasn't even aware this project was looked at in years. Unfortunately I have a few different matters going on at just the moment, and it may take me a few days to go through this PR, but I did want to leave a note to let you know I've seen your PR and will hopefully be able to give a more thorough review in a few days. Thanks again!

butlermatt avatar Apr 29 '20 12:04 butlermatt