| commit | 34e1c6175626e4764c13358ffd190d508e6b7d7e | [log] [tgz] |
|---|---|---|
| author | Nate Bosch <nbosch1@gmail.com> | Wed Nov 06 17:15:02 2019 -0800 |
| committer | GitHub <noreply@github.com> | Wed Nov 06 17:15:02 2019 -0800 |
| tree | f01640f272dafb535ea0a61ea2d4a5c385787d66 | |
| parent | 2f404425baf588b6489d8f75132949fb8f8271f8 [diff] |
Migrate off deprecated isInstanceOf (dart-lang/source_span#40) - Bump `package:test` to `1.6.0` which introduce `isA`. - Use `2.1.0` SDK on travis since it's the minimum supported by `test`. - Bump min SDK in the pubspec to `2.1.0` to match what is tested. - Replace `new isInstanceOf` with `isA`.