This repository is home to various Dart packages under the dart.dev publisher.
| Package | Description | Issues | Version |
|---|---|---|---|
| args | Library for defining parsers for parsing raw command-line arguments into a set of options and values using GNU and POSIX style options. | issues | pub package |
| async | Utility functions and classes related to the 'dart:async' library. | issues | pub package |
| characters | String replacement with operations that are Unicode/grapheme cluster aware. | issues | pub package |
| collection | Collections and utilities functions and classes related to collections. | issues | pub package |
| convert | Utilities for converting between data representations. Provides a number of Sink, Codec, Decoder, and Encoder types. | issues | pub package |
| crypto | Implementations of SHA, MD5, and HMAC cryptographic functions. | issues | pub package |
| fixnum | Library for 32- and 64-bit signed fixed-width integers with consistent behavior between native and JS runtimes. | issues | pub package |
| lints | Official Dart lint rules. Defines the 'core' and 'recommended' set of lints suggested by the Dart team. | issues | pub package |
| logging | Provides APIs for debugging and error logging, similar to loggers in other languages, such as the Closure JS Logger and java.util.logging.Logger. | issues | pub package |
| os_detect | Platform independent OS detection. | issues | pub package |
| path | A string-based path manipulation library. | issues | pub package |
| platform | A pluggable, mockable platform information abstraction for Dart. | issues | pub package |
| typed_data | Utility functions and classes related to the dart:typed_data library. | issues | pub package |
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.