https://github.com/dart-lang/core
This repository is home to core Dart packages.
https://github.com/dart-lang/core
Last synced: 4 months ago
JSON representation
This repository is home to core Dart packages.
- Host: GitHub
- URL: https://github.com/dart-lang/core
- Owner: dart-lang
- License: bsd-3-clause
- Created: 2024-06-10T16:05:19.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-02-03T10:23:42.000Z (4 months ago)
- Last Synced: 2025-02-03T11:27:28.820Z (4 months ago)
- Language: Dart
- Homepage: https://pub.dev/publishers/dart.dev
- Size: 5.68 MB
- Stars: 27
- Watchers: 21
- Forks: 9
- Open Issues: 238
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## Overview
This repository is home to various Dart packages under the [dart.dev](https://pub.dev/publishers/dart.dev/packages) publisher.
## Packages
| Package | Description | Issues | Version |
| --- | --- | --- | --- |
| [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. | [][args_issues] | [](https://pub.dev/packages/args) |
| [async](pkgs/async/) | Utility functions and classes related to the 'dart:async' library. | [][async_issues] | [](https://pub.dev/packages/async) |
| [characters](pkgs/characters/) | String replacement with operations that are Unicode/grapheme cluster aware. | [][characters_issues] | [](https://pub.dev/packages/characters) |
| [collection](pkgs/collection/) | Collections and utilities functions and classes related to collections. | [][collection_issues] | [](https://pub.dev/packages/collection) |
| [convert](pkgs/convert/) | Utilities for converting between data representations. Provides a number of Sink, Codec, Decoder, and Encoder types. | [][convert_issues] | [](https://pub.dev/packages/convert) |
| [crypto](pkgs/crypto/) | Implementations of SHA, MD5, and HMAC cryptographic functions. | [][crypto_issues] | [](https://pub.dev/packages/crypto) |
| [fixnum](pkgs/fixnum/) | Library for 32- and 64-bit signed fixed-width integers with consistent behavior between native and JS runtimes. | [][fixnum_issues] | [](https://pub.dev/packages/fixnum) |
| [lints](pkgs/lints/) | Official Dart lint rules. Defines the 'core' and 'recommended' set of lints suggested by the Dart team. | [][lints_issues] | [](https://pub.dev/packages/lints) |
| [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. | [][logging_issues] | [](https://pub.dev/packages/logging) |
| [os_detect](pkgs/os_detect/) | Platform independent OS detection. | [][os_detect_issues] | [](https://pub.dev/packages/os_detect) |
| [path](pkgs/path/) | A string-based path manipulation library. | [][path_issues] | [](https://pub.dev/packages/path) |
| [platform](pkgs/platform/) | A pluggable, mockable platform information abstraction for Dart. | [][platform_issues] | [](https://pub.dev/packages/platform) |
| [typed_data](pkgs/typed_data/) | Utility functions and classes related to the dart:typed_data library. | [][typed_data_issues] | [](https://pub.dev/packages/typed_data) |[args_issues]: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aargs
[async_issues]: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aasync
[characters_issues]: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acharacters
[collection_issues]: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acollection
[convert_issues]: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aconvert
[crypto_issues]: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acrypto
[fixnum_issues]: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Afixnum
[lints_issues]: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Alints
[logging_issues]: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Alogging
[os_detect_issues]: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aos_detect
[path_issues]: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Apath
[platform_issues]: https://github.com/dart-lang/core/issues
[typed_data_issues]: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Atyped_data## 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](CONTRIBUTING.md) page.