| commit | faf2b86b71e633e956ff1489eb60885b21fa100d | [log] [tgz] |
|---|---|---|
| author | Moritz <mosum@google.com> | Tue Dec 10 13:21:38 2024 +0100 |
| committer | GitHub <noreply@github.com> | Tue Dec 10 13:21:38 2024 +0100 |
| tree | 0dfd4f4a38f92808de1aa5d0ecbcc383806e5be5 | |
| parent | 223daf5300a5e3f6e09b7e24a5fda1009d6708f7 [diff] | |
| parent | ba87c44f8c772133d17b8c71e7a0bf35ae06ae9f [diff] |
Merge pull request #1207 from dart-lang/merge-io-package Merge `package:io`
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).
| Package | Description | Issues | Version |
|---|---|---|---|
| bazel_worker | Protocol and utilities to implement or invoke persistent bazel workers. | ||
| benchmark_harness | The official Dart project benchmark harness. | ||
| boolean_selector | A flexible syntax for boolean expressions, based on a simplified version of Dart's expression syntax. | ||
| browser_launcher | Provides a standardized way to launch web browsers for testing and tools. | ||
| cli_config | A library to take config values from configuration files, CLI arguments, and environment variables. | ||
| cli_util | A library to help in building Dart command-line apps. | ||
| clock | A fakeable wrapper for dart:core clock APIs. | ||
| code_builder | A fluent, builder-based library for generating valid Dart code. | ||
| coverage | Coverage data manipulation and formatting | ||
| csslib | A library for parsing and analyzing CSS (Cascading Style Sheets). | ||
| extension_discovery | A convention and utilities for package extension discovery. | ||
| file | A pluggable, mockable file system abstraction for Dart. | ||
| file_testing | Testing utilities for package:file. | ||
| graphs | Graph algorithms that operate on graphs in any representation. | ||
| html | APIs for parsing and manipulating HTML content outside the browser. | ||
| io | Utilities for the Dart VM Runtime including support for ANSI colors, file copying, and standard exit code values. | ||
| json_rpc_2 | Utilities to write a client or server using the JSON-RPC 2.0 spec. | ||
| mime | Utilities for handling media (MIME) types, including determining a type from a file extension and file contents. | ||
| oauth2 | A client library for authenticating with a remote service via OAuth2 on behalf of a user, and making authorized HTTP requests with the user's OAuth2 credentials. | ||
| source_map_stack_trace | A package for applying source maps to stack traces. | ||
| unified_analytics | A package for logging analytics for all Dart and Flutter related tooling to Google Analytics. |
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.