| commit | 9fefb52b20e5fbd25d02bee562dcbcfae33b9176 | [log] [tgz] |
|---|---|---|
| author | Ömer Sinan Ağacan <omersa@google.com> | Thu Oct 09 08:49:21 2025 +0100 |
| committer | GitHub <noreply@github.com> | Thu Oct 09 08:49:21 2025 +0100 |
| tree | 2f9c9f51298385a7fa73f802e21cad38b3e094f1 | |
| parent | f00841de58cb0026fcec337d3e4f1bb852535373 [diff] |
Make Int64 default constructor non-const in native mode (#916) To be compatible with the emulated `Int64` class and backwards compatible, make the native `Int64` class constructor non-const. Add a new private const constructor for the static const fields. Not updating the changelog as the `Int64` improvements are already in teh changelog and we haven't released a version with the previous changes.
This repository is home to various Dart packages under the dart.dev publisher.
| Package | Description | Issues | Version |
|---|---|---|---|
| args | Library for defining parsers for parsing raw command-line arguments into a set of options and values using GNU and POSIX style options. | ||
| async | Utility functions and classes related to the ‘dart:async’ library. | ||
| characters | String replacement with operations that are Unicode/grapheme cluster aware. | ||
| collection | Collections and utilities functions and classes related to collections. | ||
| convert | Utilities for converting between data representations. Provides a number of Sink, Codec, Decoder, and Encoder types. | ||
| crypto | Implementations of SHA, MD5, and HMAC cryptographic functions. | ||
| fixnum | Library for 32- and 64-bit signed fixed-width integers with consistent behavior between native and JS runtimes. | ||
| lints | Official Dart lint rules. Defines the ‘core’ and ‘recommended’ set of lints suggested by the Dart team. | ||
| 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. | ||
| os_detect | Platform independent OS detection. | ||
| path | A string-based path manipulation library. | ||
| platform | A pluggable, mockable platform information abstraction for Dart. | ||
| typed_data | Utility functions and classes related to the dart:typed_data library. |
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.