sdk icon indicating copy to clipboard operation
sdk copied to clipboard

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

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

I just learned to add a custom analyze plugin to my test project, but after I added configurations to the analysis_options.yaml, and written some code that against a rule from...

P1
area-analyzer
analyzer-editing-experience

issue: `dart analyze` always produces `Target of URI doesn't exist` errors but `dart run` is successful version: 2.17.6 system: MacOSX steps to reproduce: 1. `wget https://storage.googleapis.com/dart-archive/channels/stable/release/2.17.6/sdk/dartsdk-macos-x64-release.zip` 2. `unzip dartsdk-macos-x64-release.zip` 3....

area-analyzer
analyzer-command
P2
type-bug

See related issue https://github.com/dart-lang/build/issues/3332 A number of our dev_compiler based integration tests have started either consistently failing or flakily failing. Unfortunately we don't get any chrome logs for these failures,...

web-dev-compiler
area-web

The tests ``` service_2/evaluate_activation_test/instance/dds RuntimeError (expected Pass) service_2/evaluate_activation_test/instance/service RuntimeError (expected Pass) service_2/evaluate_activation_test/scope/dds RuntimeError (expected Pass) service_2/evaluate_activation_test/scope/service RuntimeError (expected Pass) ``` are failing on configurations ``` dartk-mac-debug-x64 ``` From the log:...

area-vm
gardening

`service_2/async_generator_breakpoint_test` on `dartk-linux-release-arm64` recently went from flaky to timeout, on a CL that looks entirely unrelated to the issue: https://ci.chromium.org/ui/p/dart/builders/ci.sandbox/cross-vm-linux-release-arm64/7193/overview

area-vm
gardening

Hey, I am the maintainer of the `uuid` package. The more I work on it and the more it's used, the more I think it should be part of the...

area-library
type-enhancement

If a private class, mixin, or enum is never referenced outside of an is-expression, and is referenced in the right side of an is-expression, and the is-expression is part of...

area-analyzer
analyzer-hint
type-enhancement
P4

Now that constructor tear-offs are a thing, a `List` constructor to create a blank, growable list would be useful. My specific use-case for this is for a class that stores...

area-library
library-core
type-enhancement

Follow up on dart-lang/linter#2530 On the following example `functionExpression.staticParameterElement.library` is `null` for the generic case `ff` but not for `f`. Both should be set with a non-null variable. ```dart class...

area-analyzer
P2
type-bug
analyzer-api

*@liudonghua123 commented on Jul 15, 2020, 6:38 AM UTC:* Thanks for the feedback! If your issue is related to the Flutter framework itself, please open an issue at [github.com/flutter/flutter](https://github.com/flutter/flutter/issues/new). ##...

area-analyzer
analyzer-server
analyzer-refactoring
P2
type-bug