Improve pub.dev score to 160/160 - #126
Merged
Merged
Conversation
- LICENSE: replace one-line prose with standard OSI MIT text so the license is recognized (+10). - Apply `dart format .` across the package and example (+10); add a formatting gate to CI. - pubspec: richer description, plus repository / issue_tracker / documentation / topics metadata. - Bump to 2.3.1; CHANGELOG updated. No API changes. pana now reports 160/160; analyze (fatal-infos) and tests green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The repository ownership transferred to Serdar Coşkun. Update the LICENSE copyright holder and the README license line accordingly, and credit the original maintainer (Patrick Finkelstein) in the acknowledgements. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Raises the pana score from 140/160 to 160/160.
Fixes
LICENSEfile was a single line of prose, which pana couldn't identify. Replaced with the standard OSI MIT license text (same copyright).dart format .across the package and example (whitespace-only), and added adart format --set-exit-if-changedgate to CI so it stays clean.Metadata
description.repository,issue_tracker,documentation, andtopics(strava, fitness, oauth, http, api).Verification
pana→ 160/160 across all sections.dart analyze --fatal-infosclean,flutter testgreen (19), no codegen drift.No API changes (formatting + metadata only).
🤖 Generated with Claude Code