ecosystem
ecosystem copied to clipboard
This repository is home to general Dart Ecosystem tools and packages.
Currently the health bot package publish validation omits packages that have `publish_to: none` in their pubspec. Maybe we should consider listing them? (E.g. we were confused by why the packages...
I'd really like to standardize all of my `dart-lang` and `flutter` org contributions to use this as a single analysis package, however that's difficult as Flutter apps often like to...
The health workflow does not add the same info as the auto-publishing comments Auto publish workflow: Health workflow: If the health workflow would add the publishing tags, we could disable...
The GitHub API crashes every once in a while, and then `transfer-issues` doesn't apply the labels afterwards. It's probably safer to do it per issue.
```gql query { repository(owner:"${slug.owner}", name:"${slug.name}") { issues(last:100, states:OPEN) { nodes { id number } } } } ```
The SDK version can be specified for the firehose invocation: https://github.com/dart-lang/ecosystem/tree/main/pkgs/firehose#publishing-from-a-specific-version-of-the-sdk However, this doesn't work very well with mono repos, one might have a single package that tracks a dev...
The publisher can be configured to use a different channel as a repo-wide setting: https://github.com/dart-lang/ecosystem/blob/main/.github/workflows/publish.yaml#L60-L67 This has multiple downsides: * It doesn't enable different packages in a mono-repo to target...
To be used when `dart format` had any changes in a stable SDK release. --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR....
I was trying to move a few hundred issues from dart-lang/ffigen to dart-lang/native, but I got this error: ``` liama-macbookpro:repo_manage liama$ GITHUB_TOKEN=**** dart run bin/report.dart transfer-issues --source-repo dart-lang/ffigen --target-repo dart-lang/native...
The `dart analyze` step fails because `pub get` is not run in any subfolders. ``` * `dart analyze` found the following issue(s): Analyzing lib, test, pubspec.yaml... error - test/data/dart_app/bin/dart_app.dart:5:8 -...