dart-lang / pub-dev

The pub.dev website
https://pub.dev
BSD 3-Clause "New" or "Revised" License
789 stars 146 forks source link

Too few packages have the dart-3-compatible tag #6557

Closed sigurdm closed 1 year ago

sigurdm commented 1 year ago

https://pub.dev/packages?q=-is%3Adart3-compatible+is%3Anull-safe seems wrong.

We need to investigate why.

isoos commented 1 year ago

Even with the recent pana fix, we have way too many packages that are not handled, eg. package:music_xml - there seems to be no reason why it shouldn't be Dart3-compatible.

sigurdm commented 1 year ago

Seems to me that https://pub.dev/packages/music_xml has the tag...

Would be great if one could look up the analysis results somehow.

isoos commented 1 year ago

Seems to me that https://pub.dev/packages/music_xml has the tag...

We are back on the old runtime instance. The latest deployment which got rolled back didn't had it.

isoos commented 1 year ago

Ah, they also released a new version.

isoos commented 1 year ago

The issue seems to be fixed with the recent pana release.