ecosystem
ecosystem copied to clipboard
This repository is home to general Dart Ecosystem tools and packages.
When we show symbol usage, we just show the name of a symbol (`createDriver`). This symbol may not be unique in the context of a package however. We should show...
Always set up the flutter SDK and use `flutter pub publish`, even for non-flutter Dart packages. The `flutter` command can publish non-flutter packages so no behavior changes are expected during...
Needing to separate the packages into different workflows is less convenient than if it could be detected automatically.
This issue is for collecting feedback on the issue triage bot; areas where it could improve, individual issues that it didn't triage well, possible prompt improvements, ... Please feel free...
- remove the 'version' section from the health checks --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR. Contribution guidelines: - See our...
I am trying to add the breaking API check here https://github.com/dart-lang/build/pull/3760. While in the comment it does notice the breaking change, and the job also sees the breaking change, it...
If you do `warn_on: ""`, then the job fails with `FormatException: "--ignore_license" is not an allowed value for option "warn_on".`. Presumably, it ends up passing `--warn_on --ignore_license` with nothing between...
Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [subosito/flutter-action](https://github.com/subosito/flutter-action) | `2.18.0` | `2.19.0` | | [peter-evans/find-comment](https://github.com/peter-evans/find-comment)...
> `mono_repo` request: could we standardize on `[pkg-name]` XYZ for commit messages? posted by @kevmoo I think a check for this could fit well in the health workflow. cc @mosuem
- address a `Bad state: No element` element exception It looks like even when the issue reports that it has comments, retrieving the list of comments for an issue can...