dart-lang / build

A build system for Dart written in Dart
https://pub.dev/packages/build
BSD 3-Clause "New" or "Revised" License
791 stars 211 forks source link

fixes for the latest dev build and latest analyzer #3685

Closed jakemac53 closed 6 months ago

jakemac53 commented 6 months ago

We do now require the latest analyzer since the withNullability parameter was previously required, we can't cleanly remove it without also increasing the dependency.

We also seem to be getting a few more lints triggered on the latest dev, which this should fix.

Also updates the min SDK to ~3.3.0~ 3.4.0 across the board (analyzer 6.5.0 requires this).

jakemac53 commented 6 months ago

This won't be able to land until 3.4.0 is published, but then it should be good.