Skip to content

Commit 513fa2f

Browse files
authored
fix a line break issue in the package table (#846)
1 parent eb74f03 commit 513fa2f

File tree

2 files changed

+28
-14
lines changed

2 files changed

+28
-14
lines changed

README.md

Lines changed: 27 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,33 @@ This repository is home to various Dart packages under the [dart.dev](https://pu
88

99
| Package | Description | Issues | Version |
1010
| --- | --- | --- | --- |
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. | [![package issues](https://img.shields.io/badge/package:args-4774bc)](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aargs) | [![pub package](https://img.shields.io/pub/v/args.svg)](https://pub.dev/packages/args) |
12-
| [async](pkgs/async/) | Utility functions and classes related to the 'dart:async' library. | [![package issues](https://img.shields.io/badge/package:async-4774bc)](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aasync) | [![pub package](https://img.shields.io/pub/v/async.svg)](https://pub.dev/packages/async) |
13-
| [characters](pkgs/characters/) | String replacement with operations that are Unicode/grapheme cluster aware. | [![package issues](https://img.shields.io/badge/package:characters-4774bc)](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acharacters) | [![pub package](https://img.shields.io/pub/v/characters.svg)](https://pub.dev/packages/characters) |
14-
| [collection](pkgs/collection/) | Collections and utilities functions and classes related to collections. | [![package issues](https://img.shields.io/badge/package:collection-4774bc)](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acollection) | [![pub package](https://img.shields.io/pub/v/collection.svg)](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. | [![package issues](https://img.shields.io/badge/package:convert-4774bc)](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aconvert) | [![pub package](https://img.shields.io/pub/v/convert.svg)](https://pub.dev/packages/convert) |
16-
| [crypto](pkgs/crypto/) | Implementations of SHA, MD5, and HMAC cryptographic functions. | [![package issues](https://img.shields.io/badge/package:crypto-4774bc)](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acrypto) | [![pub package](https://img.shields.io/pub/v/crypto.svg)](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. | [![package issues](https://img.shields.io/badge/package:fixnum-4774bc)](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Afixnum) | [![pub package](https://img.shields.io/pub/v/fixnum.svg)](https://pub.dev/packages/fixnum) |
18-
| [lints](pkgs/lints/) | Official Dart lint rules. Defines the 'core' and 'recommended' set of lints suggested by the Dart team.
19-
| [![package issues](https://img.shields.io/badge/issues-4774bc)](https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Alints) | [![pub package](https://img.shields.io/pub/v/lints.svg)](https://pub.dev/packages/lints) |
20-
| [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. | [![package issues](https://img.shields.io/badge/package:logging-4774bc)](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Alogging) | [![pub package](https://img.shields.io/pub/v/logging.svg)](https://pub.dev/packages/logging) |
21-
| [os_detect](pkgs/os_detect/) | Platform independent OS detection. | [![package issues](https://img.shields.io/badge/package:os_detect-4774bc)](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aos_detect) | [![pub package](https://img.shields.io/pub/v/os_detect.svg)](https://pub.dev/packages/os_detect) |
22-
| [path](pkgs/path/) | A string-based path manipulation library. | [![package issues](https://img.shields.io/badge/package:path-4774bc)](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Apath) | [![pub package](https://img.shields.io/pub/v/path.svg)](https://pub.dev/packages/path) |
23-
| [platform](pkgs/platform/) | A pluggable, mockable platform information abstraction for Dart. | [![package issues](https://img.shields.io/badge/package:platform-4774bc)](https://github.com/dart-lang/core/issues) | [![pub package](https://img.shields.io/pub/v/platform.svg)](https://pub.dev/packages/platform) |
24-
| [typed_data](pkgs/typed_data/) | Utility functions and classes related to the dart:typed_data library. | [![package issues](https://img.shields.io/badge/package:typed_data-4774bc)](https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Atyped_data) | [![pub package](https://img.shields.io/pub/v/typed_data.svg)](https://pub.dev/packages/typed_data) |
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. | [![issues](https://img.shields.io/badge/issues-4774bc)][args_issues] | [![pub package](https://img.shields.io/pub/v/args.svg)](https://pub.dev/packages/args) |
12+
| [async](pkgs/async/) | Utility functions and classes related to the 'dart:async' library. | [![issues](https://img.shields.io/badge/issues-4774bc)][async_issues] | [![pub package](https://img.shields.io/pub/v/async.svg)](https://pub.dev/packages/async) |
13+
| [characters](pkgs/characters/) | String replacement with operations that are Unicode/grapheme cluster aware. | [![issues](https://img.shields.io/badge/issues-4774bc)][characters_issues] | [![pub package](https://img.shields.io/pub/v/characters.svg)](https://pub.dev/packages/characters) |
14+
| [collection](pkgs/collection/) | Collections and utilities functions and classes related to collections. | [![issues](https://img.shields.io/badge/issues-4774bc)][collection_issues] | [![pub package](https://img.shields.io/pub/v/collection.svg)](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. | [![issues](https://img.shields.io/badge/issues-4774bc)][convert_issues] | [![pub package](https://img.shields.io/pub/v/convert.svg)](https://pub.dev/packages/convert) |
16+
| [crypto](pkgs/crypto/) | Implementations of SHA, MD5, and HMAC cryptographic functions. | [![issues](https://img.shields.io/badge/issues-4774bc)][crypto_issues] | [![pub package](https://img.shields.io/pub/v/crypto.svg)](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. | [![issues](https://img.shields.io/badge/issues-4774bc)][fixnum_issues] | [![pub package](https://img.shields.io/pub/v/fixnum.svg)](https://pub.dev/packages/fixnum) |
18+
| [lints](pkgs/lints/) | Official Dart lint rules. Defines the 'core' and 'recommended' set of lints suggested by the Dart team. | [![issues](https://img.shields.io/badge/issues-4774bc)][lints_issues] | [![pub package](https://img.shields.io/pub/v/lints.svg)](https://pub.dev/packages/lints) |
19+
| [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. | [![issues](https://img.shields.io/badge/issues-4774bc)][logging_issues] | [![pub package](https://img.shields.io/pub/v/logging.svg)](https://pub.dev/packages/logging) |
20+
| [os_detect](pkgs/os_detect/) | Platform independent OS detection. | [![issues](https://img.shields.io/badge/issues-4774bc)][os_detect_issues] | [![pub package](https://img.shields.io/pub/v/os_detect.svg)](https://pub.dev/packages/os_detect) |
21+
| [path](pkgs/path/) | A string-based path manipulation library. | [![issues](https://img.shields.io/badge/issues-4774bc)][path_issues] | [![pub package](https://img.shields.io/pub/v/path.svg)](https://pub.dev/packages/path) |
22+
| [platform](pkgs/platform/) | A pluggable, mockable platform information abstraction for Dart. | [![issues](https://img.shields.io/badge/issues-4774bc)][platform_issues] | [![pub package](https://img.shields.io/pub/v/platform.svg)](https://pub.dev/packages/platform) |
23+
| [typed_data](pkgs/typed_data/) | Utility functions and classes related to the dart:typed_data library. | [![issues](https://img.shields.io/badge/issues-4774bc)][typed_data_issues] | [![pub package](https://img.shields.io/pub/v/typed_data.svg)](https://pub.dev/packages/typed_data) |
24+
25+
[args_issues]: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aargs
26+
[async_issues]: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aasync
27+
[characters_issues]: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acharacters
28+
[collection_issues]: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acollection
29+
[convert_issues]: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aconvert
30+
[crypto_issues]: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acrypto
31+
[fixnum_issues]: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Afixnum
32+
[lints_issues]: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Alints
33+
[logging_issues]: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Alogging
34+
[os_detect_issues]: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aos_detect
35+
[path_issues]: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Apath
36+
[platform_issues]: https://github.com/dart-lang/core/issues
37+
[typed_data_issues]: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Atyped_data
2538

2639
## Publishing automation
2740

pkgs/lints/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: >
44
Official Dart lint rules. Defines the 'core' and 'recommended' set of lints
55
suggested by the Dart team.
66
repository: https://github.com/dart-lang/core/tree/main/pkgs/lints
7+
issue_tracker: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Alints
78

89
topics:
910
- analysis

0 commit comments

Comments
 (0)