ecosystem icon indicating copy to clipboard operation
ecosystem copied to clipboard

This repository is home to general Dart Ecosystem tools and packages.

Results 36 ecosystem issues
Sort by recently updated
recently updated
newest added

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...

package:firehose

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...

package:dart_flutter_team_lints

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...

package:firehose
P3

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.

P3
package:repo_manage

```gql query { repository(owner:"${slug.owner}", name:"${slug.name}") { issues(last:100, states:OPEN) { nodes { id number } } } } ```

P3
package:repo_manage

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...

package:firehose

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...

package:firehose

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....

package:blast_repo
package:firehose
skip-changelog-check

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...

package:repo_manage

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 -...

package:firehose