-
Notifications
You must be signed in to change notification settings - Fork 7
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
Pass a parameter for Flutter firehose
support
#158
Conversation
Package publishing
Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation. |
PR HealthPackage publish validation ✔️Details
Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation. License Headers ✔️Details
All source files should start with a license header. Changelog Entry ❗Details
Changes to files need to be accounted for in their respective changelogs. This check can be disabled by tagging the PR with Coverage
|
File | Coverage |
---|---|
pkgs/firehose/bin/firehose.dart | 💔 Not covered |
pkgs/firehose/lib/firehose.dart | 💔 Not covered |
pkgs/firehose/lib/src/health/health.dart | 💔 Not covered |
This check for test coverage is informational (issues shown here will not fail the PR).
This check can be disabled by tagging the PR with skip-coverage-check
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.
LGTM! Thanks @mosuem!
I think this is a breaking change! Tools repo has: which has: ecosystem/.github/workflows/publish.yaml Line 127 in 89e58de
So it has Where as when it's a flag the workflow should have said Point being publishing flow fails: |
Maybe just fix: https://github.com/dart-lang/tools/blob/main/.github/workflows/publish.yaml I don't know how widely |
Instead of detecting whether a package relies on Flutter by parsing the pubspec, let the user set this via a flag.
Pros:
Cons:
Alternatives:
dart pub get
and parse the.dart_tool/package_config.json
"packages" key. I don't know if runningdart pub get
in a Flutter repo would have negative effects.Contribution guidelines:
dart format
.Note that many Dart repos have a weekly cadence for reviewing PRs - please allow for some latency before initial review feedback.