ecosystem
ecosystem copied to clipboard
This repository is home to general Dart Ecosystem tools and packages.
- add a roadmap to our various mono-repos --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR. Contribution guidelines: - See our [contributor...
- Thanks for your contribution! Please replace this text with a description of what this PR is changing or adding and why, list any relevant issues, and review the contribution...
Currently, firehose publishing generally publishes from the head commit. This generally happens thuswise: - firehose writes a publishing comment into a PR - that PR eventually lands - a contributor...
The health check workflow runs several (~6) builds per PR; we may want to consider consolidating the checks into one build, just for a simpler presentation in the PR UI....
It seems that we're downloading Flutter (and I assume Dart) every time even if no new version has been published. We could cache this to speed up the CI: https://github.com/subosito/flutter-action/tree/e938fdf56512cc96ef2f93601a5a40bde3801046/?tab=readme-ov-file#caching
Currently the health checks are github actions this leads to the following downsides: 1. it's hard to reproduce failures locally (you have to reverse engineer the github action and invoked...