sdk icon indicating copy to clipboard operation
sdk copied to clipboard

The Dart SDK, including the VM, dart2js, core libraries, and more.

Results 668 sdk issues
Sort by recently updated
recently updated
newest added

We guarantee to run all native finalizers before VM-shutdown completes. We do not guarantee to run all native finalizers before an isolate shuts down. Should hot-restart have the VM-shutdown semantics?...

area-vm
vm-gc

Original issue: https://github.com/flutter/flutter-intellij/issues/6304 Summary: refactoring operations that create new declarations should use `final` and `const` where appropriate. Currently, `var` is used everywhere.

area-analyzer
P3
analyzer-ux
analyzer-refactoring

> Note: Initially I thought this was an issue but it turns out it's working as expected -- so I updated it as a feature request. - Given `main.dart`: ```dart...

area-dart-cli

add named Pipe support in dart io Pipes (inter-process communications) A pipe is a section of shared memory that handles communication usage. The process that creates a pipe is the...

area-library
library-io

On Unix systems (e.g. Linux) file descriptors are the handle used for files and sockets. These may be passed between processes, e.g. using Unix domain sockets. This gives the case...

area-vm
library-io

In [AddExplicitCast](https://github.com/dart-lang/sdk/blob/main/pkg/analysis_server/lib/src/services/correction/dart/add_explicit_cast.dart) correction: - [ ] there are 5 TODOs - [ ] 10 of the [test](https://github.com/dart-lang/sdk/blob/main/pkg/analysis_server/test/src/services/correction/fix/add_explicit_cast_test.dart)s are failing because they require enabling FixInFile in 10 tests (related to #45026)....

area-analyzer
P3
analyzer-quick-fix

**Goal**: We'd like to track progress on the % of flutter run sessions that are fully sound. This will help us track progress towards our next Dart major version. **Frequency**:...

area-meta

The dead code analysis in the analyzer produces diagnostics with the wrong highlight range in at least two cases. Create a file in a package that will be analyzed with...

area-analyzer
P3
analyzer-ux
contributions-welcome

Generally it's hard to evolve the Dart core libraries, as most changes tend to be potentially widely breaking. For example, adding a new member to a class in the core...

area-library
library-core

Records support in the dart2wasm compiler.

area-dart2wasm