commit | 0061cdb33d393d3732ff897c1e6d10911369d927 | [log] [tgz] |
---|---|---|
author | Nate Bosch <nbosch@google.com> | Fri Aug 06 00:57:55 2021 -0700 |
committer | GitHub <noreply@github.com> | Fri Aug 06 09:57:55 2021 +0200 |
tree | a88255ac39cb3c534ab6dd9cd086665f00c7ee24 | |
parent | 028521a02f773c2ef8841eee3dd9d8c4e83bb25b [diff] |
Ignore unnecessary casts from utf8.encode (dart-lang/package_config#114) An upcoming SDK change will change the return type to `Uint8List` which makes the casts unnecessary and introduces analyzer diagnostics. Preemptively ignore these to make it easier to roll the SDK. https://dart-review.googlesource.com/c/sdk/+/208190