Clone this repo:
  1. 35b4e6f Fix single comments finding issues (#381) by Moritz · 13 days ago main
  2. 4e88781 Bump the github-actions group with 4 updates (#380) by dependabot[bot] · 2 weeks ago
  3. 6a8746e Use newest verion of firehose in publish (#378) by Moritz · 5 weeks ago
  4. f4fbac4 Use up to date firehose in publish (#376) by Moritz · 5 weeks ago
  5. 1fe5686 Relax assumptions on workspaces in firehose (#375) by Moritz · 6 weeks ago

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.