This repository is home to various Dart packages under the dart.dev publisher.
| Package | Description | Version |
|---|---|---|
| args | Library for defining parsers for parsing raw command-line arguments into a set of options and values. | |
| async | Utility functions and classes related to the 'dart:async' library. | |
| characters | String replacement with operations that are Unicode/grapheme cluster aware. | |
| collection | Collections and utilities functions and classes related to collections. | |
| convert | Utilities for converting between data representations. | |
| crypto | Implementations of SHA, MD5, and HMAC cryptographic functions. | |
| fixnum | Library for 32- and 64-bit signed fixed-width integers. | |
| logging | Provides APIs for debugging and error logging. | |
| os_detect | Platform independent OS detection. | |
| path | A string-based path manipulation library for all of the path operations you know and love. | |
| platform | A pluggable, mockable platform information abstraction for Dart. | |
| typed_data | Utility functions and classes related to the dart:typed_data library. |
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.