Clone this repo:
  1. fd28be2 Dont show warnings by default (#365) by Moritz · 2 days ago main
  2. 68ff911 Make health file name configurable (#364) by Moritz · 3 weeks ago
  3. 4543c38 address a `Bad state: No element` element exception (#321) by Devon Carew · 3 weeks ago
  4. e14472f add a roadmap to our various mono-repos (#318) by Devon Carew · 3 weeks ago
  5. e83479a Fixes to health (#363) by Moritz · 3 weeks ago firehose-v0.11.0

Overview

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

Packages

PackageDescriptionVersion
blast_repoA tool to bulk validate and fix GitHub repos.
canaryTest package upgrades against the ecosystem.
corpusA tool to calculate the API usage for a package.
dart_flutter_team_lintsAn analysis rule set used by the Dart and Flutter teams.pub package
firehoseA tool to automate publishing of Pub packages from GitHub actions.pub package
puppyA grab bag of CLI tools for managing Dart code.
repo_manageMiscellaneous issue, repo, and PR query tools.
sdk_triage_botA triage automation tool for dart-lang/sdk issues.
trebuchetA tool for moving existing packages into monorepos.

Dart mono-repos

Here's an overview of the main Dart team repositories:

Main repoDescription
sdkThe Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
SLO mono-reposDescription
coreThis repository is home to core Dart packages.
toolsThis repository is home to tooling related Dart packages.
labsThis repository is home to Dart ‘labs’ packages.
Topic mono-reposDescription
buildA build system for Dart written in Dart
ecosystemThis repository is home to general Dart Ecosystem tools and packages.
httpA composable API for making HTTP requests in Dart.
i18nA general mono-repo for Dart i18n and l10n packages.
leak_trackerA framework for memory leak tracking for Dart and Flutter applications.
macrosA Dart mono-repo for macro development.
nativeDart packages related to FFI and native assets bundling.
shelfWeb server middleware for Dart
testA library for writing unit tests in Dart.
webdevA CLI for Dart web development.

Publishing automation

For information about our publishing automation and release process, see https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.

For additional information about contributing, see our contributing page.