You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
monsieurtanuki opened this issue
Sep 27, 2024
· 1 comment
Labels
bugThis issue reports broken functionality or another errorinvalidThis bug could not be reproduced or does not exist, or is very low qualityS: docsScoped to the external documentation
Follow Dart file conventions - 10/10 points: Provide a valid pubspec.yaml
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/fleaflet/flutter_map/issues was unreachable. Make sure that the website is reachable via HEAD requests.
Platform support: 0/0 points: WASM compatibility
This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
Follow Dart file conventions - 10/10 points: Provide a valid pubspec.yaml (Issue tracker URL doesn't exist)
pana still assigns all the necessary points. I'm not sure why it doesn't detect it as a valid URL, whether it's GitHub refusing the requests from pub.dev for whatever reason (or whatever domain is running pana), or pana is broken. I might make an issue report to pana, as I've seen this before.
Platform support: 0/0 points: WASM compatibility
This appears to be because we depend on https://pub.dev/packages/logger, which pana decides isn't Wasm compatible because it imports dart:io in a specific library. But due to platform dependent imports, this doesn't actually make it Wasm incompatible. The only solution here is for pana to get better at detection with these platform dependent import situations (which is also why packages manually define supported platforms, otherwise it would say we're not compatible with Web) (which I suppose is difficult to do statically?), or give us an option to label the package Wasm ready ourselves. See dart-lang/pana#1324 & dart-lang/pub-dev#6785.
JaffaKetchup
added
invalid
This bug could not be reproduced or does not exist, or is very low quality
S: docs
Scoped to the external documentation
and removed
needs triage
This new bug report needs reproducing and prioritizing
labels
Sep 28, 2024
bugThis issue reports broken functionality or another errorinvalidThis bug could not be reproduced or does not exist, or is very low qualityS: docsScoped to the external documentation
What is the bug?
Having a look at https://pub.dev/packages/flutter_map/score, we see that though the score is maximum (160), there are pending issues that will decrease the score.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/fleaflet/flutter_map/issues was unreachable. Make sure that the website is reachable via HEAD requests.
This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
How can we reproduce it?
Just go to https://pub.dev/packages/flutter_map/score
Do you have a potential solution?
No response
Platforms
Whatever
Severity
Minimum: Allows normal functioning
The text was updated successfully, but these errors were encountered: