sdk-for-dart icon indicating copy to clipboard operation
sdk-for-dart copied to clipboard

🚀 Feature: Improve Pub Points on pub.dev

Open stnguyen90 opened this issue 3 years ago • 3 comments

🔖 Feature description

pub.dev score: https://pub.dev/packages/dart_appwrite/score

  1. [ ] Use an OSI-approved license. Sample projects with a valid BSD-3 license
  2. [ ] Code has no errors, warnings, lints, or formatting issues

🎤 Pitch

Packages with a higher pub points look better.

👀 Have you spent some time to check if this issue has been raised before?

  • [X] I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

stnguyen90 avatar Sep 07 '22 21:09 stnguyen90

Perhaps the BSD-3 License isn't picked up because of our 3rd clause.

- 3. Neither the name Appwrite nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
+ 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

stnguyen90 avatar Oct 08 '22 15:10 stnguyen90

I think this is the thing that checks for the license: https://github.com/dart-lang/pana

stnguyen90 avatar Oct 12 '22 16:10 stnguyen90

Perhaps the BSD-3 License isn't picked up because of our 3rd clause.

- 3. Neither the name Appwrite nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
+ 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

After changing this and running pana . again, I got:

### [*] 10/10 points: Use an OSI-approved license

Detected license: `BSD-3-Clause`.

stnguyen90 avatar Oct 12 '22 16:10 stnguyen90

@stnguyen90 closing this as we now have Full score.

lohanidamodar avatar Apr 20 '23 00:04 lohanidamodar