| <!-- [](https://github.com/dart-lang/tools/actions/workflows/dart.yml) --> |
| |
| ## Overview |
| |
| This repository is home to tooling related Dart packages. Generally, this means |
| packages published through the |
| [tools.dart.dev](https://pub.dev/publishers/tools.dart.dev) publisher that |
| don't naturally belong to other topic monorepos (like |
| [dart-lang/build](https://github.com/dart-lang/build), |
| [dart-lang/test](https://github.com/dart-lang/test), or |
| [dart-lang/shelf](https://github.com/dart-lang/shelf)). |
| |
| ## Packages |
| |
| | Package | Description | Version | |
| | --- | --- | --- | |
| | [boolean_selector](pkgs/boolean_selector/) | A flexible syntax for boolean expressions, based on a simplified version of Dart's expression syntax. | [](https://pub.dev/packages/boolean_selector) | |
| | [cli_config](pkgs/cli_config/) | A library to take config values from configuration files, CLI arguments, and environment variables. | [](https://pub.dev/packages/cli_config) | |
| | [coverage](pkgs/coverage/) | Coverage data manipulation and formatting. | [](https://pub.dev/packages/coverage) | |
| | [extension_discovery](pkgs/extension_discovery/) | A convention and utilities for package extension discovery. | [](https://pub.dev/packages/extension_discovery) | |
| | [file](pkgs/file/) | A pluggable, mockable file system abstraction for Dart. | [](https://pub.dev/packages/file) | |
| | [file_testing](pkgs/file_testing/) | Testing utilities for package:file (published but unlisted). | [](https://pub.dev/packages/file_testing) | |
| | [graphs](pkgs/graphs/) | Graph algorithms that operate on graphs in any representation | [](https://pub.dev/packages/graphs) | |
| | [mime](pkgs/mime/) | Utilities for handling media (MIME) types. | [](https://pub.dev/packages/mime) | |
| | [oauth2](pkgs/oauth2/) | A client library for authenticatingand making requests via OAuth2. | [](https://pub.dev/packages/oauth2) | |
| | [source_map_stack_trace](pkgs/source_map_stack_trace/) | A package for applying source maps to stack traces. | [](https://pub.dev/packages/source_map_stack_trace) | |
| | [unified_analytics](pkgs/unified_analytics/) | A package for logging analytics for all Dart and Flutter related tooling to Google Analytics. | [](https://pub.dev/packages/unified_analytics) | |
| |
| ## 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](CONTRIBUTING.md) page. |