dart_koans
dart_koans copied to clipboard
Updated for running koans with Dart2
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)
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!