sdk-for-dart
sdk-for-dart copied to clipboard
🚀 Feature: Improve Pub Points on pub.dev
🔖 Feature description
pub.dev score: https://pub.dev/packages/dart_appwrite/score
- [ ] Use an OSI-approved license. Sample projects with a valid BSD-3 license
- [ ] 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?
- [X] I have read the Code of Conduct
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.
I think this is the thing that checks for the license: https://github.com/dart-lang/pana
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 closing this as we now have Full score.