Update pubspec.yaml
1 file changed
tree: 36144ecb45b00a9688187f4629ff8faf5cb5c894
  1. .github/
  2. pkgs/
  3. CONTRIBUTING.md
  4. LICENSE
  5. README.md
README.md

Overview

This repository is home to various Dart packages under the dart.dev publisher.

Packages

PackageDescriptionVersion
argsLibrary for defining parsers for parsing raw command-line arguments into a set of options and values.pub package
asyncUtility functions and classes related to the ‘dart:async’ library.pub package
charactersString replacement with operations that are Unicode/grapheme cluster aware.pub package
collectionCollections and utilities functions and classes related to collections.pub package
convertUtilities for converting between data representations.pub package
cryptoImplementations of SHA, MD5, and HMAC cryptographic functions.pub package
fixnumLibrary for 32- and 64-bit signed fixed-width integers.pub package
loggingProvides APIs for debugging and error logging.pub package
os_detectPlatform independent OS detection.pub package
pathA string-based path manipulation library for all of the path operations you know and love.pub package
platformA pluggable, mockable platform information abstraction for Dart.pub package
typed_dataUtility functions and classes related to the dart:typed_data library.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.