@@ -16,6 +16,33 @@ This repository is home to general Dart Ecosystem tools and packages.
1616| [ sdk_triage_bot] ( pkgs/sdk_triage_bot/ ) | A triage automation tool for dart-lang/sdk issues. | |
1717| [ trebuchet] ( pkgs/trebuchet/ ) | A tool for moving existing packages into monorepos. | |
1818
19+ ## Dart mono-repos
20+
21+ Here's an overview of the main Dart team repositories:
22+
23+ | Main repo | Description |
24+ | --- | --- |
25+ | [ sdk] ( https://github.com/dart-lang/sdk ) | The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more. |
26+
27+ | SLO mono-repos | Description |
28+ | --- | --- |
29+ | [ core] ( https://github.com/dart-lang/core ) | This repository is home to core Dart packages. |
30+ | [ tools] ( https://github.com/dart-lang/tools ) | This repository is home to tooling related Dart packages. |
31+ | [ labs] ( https://github.com/dart-lang/labs ) | This repository is home to Dart 'labs' packages. |
32+
33+ | Topic mono-repos | Description |
34+ | --- | --- |
35+ | [ build] ( https://github.com/dart-lang/build ) | A build system for Dart written in Dart |
36+ | [ ecosystem] ( https://github.com/dart-lang/ecosystem ) | This repository is home to general Dart Ecosystem tools and packages. |
37+ | [ http] ( https://github.com/dart-lang/http ) | A composable API for making HTTP requests in Dart. |
38+ | [ i18n] ( https://github.com/dart-lang/i18n ) | A general mono-repo for Dart i18n and l10n packages. |
39+ | [ leak_tracker] ( https://github.com/dart-lang/leak_tracker ) | A framework for memory leak tracking for Dart and Flutter applications. |
40+ | [ macros] ( https://github.com/dart-lang/macros ) | A Dart mono-repo for macro development. |
41+ | [ native] ( https://github.com/dart-lang/native ) | Dart packages related to FFI and native assets bundling. |
42+ | [ shelf] ( https://github.com/dart-lang/shelf ) | Web server middleware for Dart |
43+ | [ test] ( https://github.com/dart-lang/test ) | A library for writing unit tests in Dart. |
44+ | [ webdev] ( https://github.com/dart-lang/webdev ) | A CLI for Dart web development. |
45+
1946## Publishing automation
2047
2148For information about our publishing automation and release process, see
0 commit comments