Skip to content

This repository is home to tooling related Dart packages.

License

Notifications You must be signed in to change notification settings

dart-lang/tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 Issues Version
bazel_worker Protocol and utilities to implement or invoke persistent bazel workers. package issues pub package
benchmark_harness The official Dart project benchmark harness. package issues pub package
boolean_selector A flexible syntax for boolean expressions, based on a simplified version of Dart's expression syntax. package issues pub package
browser_launcher Provides a standardized way to launch web browsers for testing and tools. package issues pub package
cli_config A library to take config values from configuration files, CLI arguments, and environment variables. package issues pub package
cli_util A library to help in building Dart command-line apps. package issues pub package
clock A fakeable wrapper for dart:core clock APIs. package issues pub package
code_builder A fluent, builder-based library for generating valid Dart code. package issues pub package
coverage Coverage data manipulation and formatting package issues pub package
csslib A library for parsing and analyzing CSS (Cascading Style Sheets). package issues pub package
extension_discovery A convention and utilities for package extension discovery. package issues pub package
file A pluggable, mockable file system abstraction for Dart. package issues pub package
file_testing Testing utilities for package:file. package issues pub package
graphs Graph algorithms that operate on graphs in any representation. package issues pub package
html APIs for parsing and manipulating HTML content outside the browser. package issues pub package
json_rpc_2 Utilities to write a client or server using the JSON-RPC 2.0 spec. package issues pub package
mime Utilities for handling media (MIME) types, including determining a type from a file extension and file contents. package issues pub package
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. package issues pub package
source_map_stack_trace A package for applying source maps to stack traces. package issues pub package
unified_analytics A package for logging analytics for all Dart and Flutter related tooling to Google Analytics. package issues 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.