Skip to content

Improve dart pub points scoring on pub.dev #882

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
4 tasks done
mtrezza opened this issue May 14, 2023 · 1 comment · Fixed by #883 or #884
Closed
4 tasks done

Improve dart pub points scoring on pub.dev #882

mtrezza opened this issue May 14, 2023 · 1 comment · Fixed by #883 or #884
Labels
type:meta Non-code issue

Comments

@mtrezza
Copy link
Member

mtrezza commented May 14, 2023

New Issue Checklist

Issue Description

pub.dev pub points analysis shows:

  1. Maybe we need to remove the upper bound <3.1.0 because pub.dev doesn't like clear compatibility specifications:

Unable to run pub upgrade.
The current Dart SDK version is 3.1.0-63.1.beta.

Because parse_server_sdk requires SDK version >=2.18.0 <3.1.0, version solving failed.

You can try the following suggestion to make the pubspec resolve:

Also interesting, it's using a beta version of dart 3.1 (there has been no stable 3.1 release yet) to determine compatibility. An odd choice to let a beta version determine the public scoring of a package.

  1. The package description is too short:

Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case.

  1. No example:

0/10 points: Package has an example
No example found.

@parse-github-assistant
Copy link

parse-github-assistant bot commented May 14, 2023

Thanks for opening this issue!

  • 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.

@mtrezza mtrezza added the type:meta Non-code issue label May 14, 2023
@mtrezza mtrezza changed the title Dart 3 compatibility not detected on pub.dev Improve pub points scoring on pub.dev May 14, 2023
@mtrezza mtrezza changed the title Improve pub points scoring on pub.dev Improve dart pub points scoring on pub.dev May 14, 2023
@mtrezza mtrezza pinned this issue May 14, 2023
@mtrezza mtrezza unpinned this issue May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:meta Non-code issue
Projects
None yet
1 participant