You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+14-14
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,20 @@ This repository is home to various Dart packages under the [dart.dev](https://pu
6
6
7
7
## Packages
8
8
9
-
| Package | Description | Version |
10
-
|---|---|---|
11
-
|[args](pkgs/args/)| Library for defining parsers for parsing raw command-line arguments into a set of options and values.|[](https://pub.dev/packages/args)|
12
-
|[async](pkgs/async/)| Utility functions and classes related to the 'dart:async' library.|[](https://pub.dev/packages/async)|
13
-
|[characters](pkgs/characters/)| String replacement with operations that are Unicode/grapheme cluster aware. |[](https://pub.dev/packages/characters)|
14
-
|[collection](pkgs/collection/)| Collections and utilities functions and classes related to collections. |[](https://pub.dev/packages/collection)|
15
-
|[convert](pkgs/convert/)| Utilities for converting between data representations. |[](https://pub.dev/packages/convert)|
16
-
|[crypto](pkgs/crypto/)| Implementations of SHA, MD5, and HMAC cryptographic functions. |[](https://pub.dev/packages/crypto)|
17
-
|[fixnum](pkgs/fixnum/)| Library for 32- and 64-bit signed fixed-width integers.|[](https://pub.dev/packages/fixnum)|
18
-
|[logging](pkgs/logging/)| Provides APIs for debugging and error logging.|[](https://pub.dev/packages/logging)|
19
-
|[os_detect](pkgs/os_detect/)| Platform independent OS detection. |[](https://pub.dev/packages/os_detect)|
20
-
|[path](pkgs/path/)| A string-based path manipulation library for all of the path operations you know and love.|[](https://pub.dev/packages/path)|
21
-
|[platform](pkgs/platform/)| A pluggable, mockable platform information abstraction for Dart. |[](https://pub.dev/packages/platform)|
22
-
|[typed_data](pkgs/typed_data/)| Utility functions and classes related to the dart:typed_data library. |[](https://pub.dev/packages/typed_data)|
9
+
| Package | Description |Issues |Version |
10
+
|---|---|---| --- |
11
+
|[args](pkgs/args/)| Library for defining parsers for parsing raw command-line arguments into a set of options and values using GNU and POSIX style options. |[](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aargs)|[](https://pub.dev/packages/args)|
12
+
|[async](pkgs/async/)| Utility functions and classes related to the 'dart:async' library.|[](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aasync)|[](https://pub.dev/packages/async)|
13
+
|[characters](pkgs/characters/)| String replacement with operations that are Unicode/grapheme cluster aware. |[](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acharacters)|[](https://pub.dev/packages/characters)|
14
+
|[collection](pkgs/collection/)| Collections and utilities functions and classes related to collections. |[](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acollection)|[](https://pub.dev/packages/collection)|
15
+
|[convert](pkgs/convert/)| Utilities for converting between data representations. Provides a number of Sink, Codec, Decoder, and Encoder types. |[](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aconvert)|[](https://pub.dev/packages/convert)|
16
+
|[crypto](pkgs/crypto/)| Implementations of SHA, MD5, and HMAC cryptographic functions. |[](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acrypto)|[](https://pub.dev/packages/crypto)|
17
+
|[fixnum](pkgs/fixnum/)| Library for 32- and 64-bit signed fixed-width integers with consistent behavior between native and JS runtimes. |[](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Afixnum)|[](https://pub.dev/packages/fixnum)|
18
+
|[logging](pkgs/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. |[](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Alogging)|[](https://pub.dev/packages/logging)|
19
+
|[os_detect](pkgs/os_detect/)| Platform independent OS detection. |[](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aos_detect)|[](https://pub.dev/packages/os_detect)|
20
+
|[path](pkgs/path/)| A string-based path manipulation library. |[](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Apath)|[](https://pub.dev/packages/path)|
21
+
|[platform](pkgs/platform/)| A pluggable, mockable platform information abstraction for Dart. |[](https://github.com/dart-lang/core/issues)|[](https://pub.dev/packages/platform)|
22
+
|[typed_data](pkgs/typed_data/)| Utility functions and classes related to the dart:typed_data library. |[](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Atyped_data)|[](https://pub.dev/packages/typed_data)|
0 commit comments