Utilities for writing unit tests of Builders.
A library to help in building Dart command-line apps.
Client code to start and interact with the frontend_server compiler from the Dart SDK.
A daemon for running Dart builds.
A fluent, builder-based library for generating valid Dart code.
Format definition and support for parsing `build.yaml` configuration.
Implementations of SHA, MD5, and HMAC cryptographic functions.
Builders to analyze and split Dart code into individually compilable modules based on imports.
Builder implementations wrapping the dart2js and DDC compilers.
StreamChannel wrappers for WebSockets. Provides a cross-platform WebSocketChannel API, a cross-platform implementation of that API that communicates over an underlying StreamChannel.
Graph algorithms that operate on graphs in any representation.
A simple package for tracking the performance of synchronous and asynchronous actions.
A package for manipulating stack traces and printing them readably.
Opinionated, automatic Dart source code formatter. Provides an API and a CLI tool.
A shelf handler that wires up a listener for every connection.
A dart:io HttpServer wrapper that handles requests from multiple servers.
Core tools to organize the structure of a build and run Builders.
Utilities for the Dart VM Runtime including support for ANSI colors, file copying, and standard exit code values.
Annotations to create static Dart interfaces for JavaScript APIs.
A library for writing dart unit tests.
An analysis rule set used by the Dart and Flutter teams.
Lightweight browser API bindings built around JS interop.
Official Dart lint rules. Defines the 'core' and 'recommended' set of lints suggested by the Dart team.
Visit flutter.io to get started.
A library to perform Bash-style file and directory globbing.
Manage a finite pool of resources. Useful for controlling concurrent file system or network requests.
Utilities for handling media (MIME) types, including determining a type from a file extension and file contents.
Library for defining parsers for parsing raw command-line arguments into a set of options and values using GNU and POSIX style options.
A parser for YAML, a human-friendly data serialization standard
A model for web server middleware that encourages composition and easy reuse.