tools.dart.dev

  • Packages
Results77 packages owned by tools.dart.dev
Sort by
A build system for Dart code generation and modular compilation.
Utilities for handling media (MIME) types, including determining a type from a file extension and file contents.
A package for manipulating stack traces and printing them readably.
A parser for YAML, a human-friendly data serialization standard#yaml#config-format
A collection of utilities to transform and manipulate streams.
Official Dart lint rules. Defines the 'core' and 'recommended' set of lints suggested by the Dart team. #analysis#lints
Versions and version constraints implementing pub's versioning policy. This is very similar to vanilla semver, with a few corner cases.#dart-pub#semver
A convenient request router for the shelf web-framework, with support for URL-parameters, nested routers and routers generated from source annotations. #server#shelf
Graph algorithms that operate on graphs in any representation
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.