-
-
Notifications
You must be signed in to change notification settings - Fork 23
fix pub.dev score, update readme, update publish CD #373
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR improves the package's pub.dev score by addressing several linting and documentation issues. The changes focus on fixing linter warnings and improving documentation clarity.
Key Changes:
- Fixed discarded futures warnings by properly handling async operations
- Improved README documentation formatting
- Added dependency management in GitHub workflow
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| lib/src/layer/layer_manager.dart | Added proper handling for async operations using unawaited() |
| lib/src/android_platform_view_mode.dart | Added comment to justify linter ignore directive |
| analysis_options.yaml | Removed disabled linter rules that are now being addressed |
| README.md | Simplified feature descriptions in documentation table |
| .github/workflows/publish.yml | Added dependency between publish jobs |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Codecov Report❌ Patch coverage is 🚀 New features to boost your workflow:
|
Deploying flutter-maplibre with
|
| Latest commit: |
ad92aef
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://0176e1fa.flutter-maplibre.pages.dev |
| Branch Preview URL: | https://try-to-fix-pub-dev-score.flutter-maplibre.pages.dev |
tackle some tasks from #368