Closed techwn closed 11 months ago
By the way, I have run latest pana with dart 3.2.2 locally on my computer, it hint my package should has score of 140.
Seems to be the same as: https://github.com/dart-lang/pana/issues/1294
This seems to only be a problem in our latest deployment.
For now I have rolled traffic back...
I think I've found some partial explanation on why this is breaking now:
~/.config/flutter/tool_state
. An example is like this:
"is-bot": false,
"license-hash": "dc96c9af3fbf254412ffc24bd11a3dc4",
"last-active-master-version": "b60c855af5150b695638b2195f500d3c003b71ab",
"redisplay-welcome-message": true,
"last-active-stable-version": "796c8ef79279f9c774545b3771238c3098dbefab"
}
license-hash
value changes from 3.16.2
(595d1dceffbb08773627ff5766d17ddf
) to 3.18.0-0.1.pre
(dc96c9af3fbf254412ffc24bd11a3dc4
).The fix has been deployed and it seems to be working.
Seems to be broken again.
@sufftea: which package seems to be broken?
The ones from the original post, plus mine https://pub.dev/packages/hyper_router/score
I found my package has wrong score with hint:
you can check package like these: https://pub.dev/packages/sliver_sticky_collapsable_panel/score https://pub.dev/packages/fluttery_framework/score
even the top package: https://pub.dev/packages/path_provider/score https://pub.dev/packages/url_launcher/score