dart-lang / tools

This repository is home to tooling related Dart packages.
BSD 3-Clause "New" or "Revised" License
27 stars 20 forks source link

Overview

This repository is home to tooling related Dart packages. Generally, this means packages published through the tools.dart.dev publisher that don't naturally belong to other topic monorepos (like dart-lang/build, dart-lang/test, or dart-lang/shelf).

Packages

Package Description Version
cli_config A library to take config values from configuration files, CLI arguments, and environment variables. pub package
coverage Coverage data manipulation and formatting. pub package
extension_discovery A convention and utilities for package extension discovery. pub package
graphs Graph algorithms that operate on graphs in any representation pub package
mime Utilities for handling media (MIME) types. pub package
oauth2 A client library for authenticatingand making requests via OAuth2. pub package
source_map_stack_trace A package for applying source maps to stack traces. pub package
unified_analytics A package for logging analytics for all Dart and Flutter related tooling to Google Analytics. pub package

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.