Merge package:lints into the core monorepo
tree: 49f7cdb8467e4c8683b8fb60989c8c67f301aaf9
  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

PackageDescriptionIssuesVersion
argsLibrary for defining parsers for parsing raw command-line arguments into a set of options and values using GNU and POSIX style options.package issuespub package
asyncUtility functions and classes related to the ‘dart:async’ library.package issuespub package
charactersString replacement with operations that are Unicode/grapheme cluster aware.package issuespub package
collectionCollections and utilities functions and classes related to collections.package issuespub package
convertUtilities for converting between data representations. Provides a number of Sink, Codec, Decoder, and Encoder types.package issuespub package
cryptoImplementations of SHA, MD5, and HMAC cryptographic functions.package issuespub package
fixnumLibrary for 32- and 64-bit signed fixed-width integers with consistent behavior between native and JS runtimes.package issuespub package
loggingProvides APIs for debugging and error logging, similar to loggers in other languages, such as the Closure JS Logger and java.util.logging.Logger.package issuespub package
os_detectPlatform independent OS detection.package issuespub package
pathA string-based path manipulation library.package issuespub package
platformA pluggable, mockable platform information abstraction for Dart.package issuespub package
typed_dataUtility functions and classes related to the dart:typed_data library.package issuespub 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.