sdk
sdk copied to clipboard
The Dart SDK, including the VM, dart2js, core libraries, and more.
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...
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....
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,...
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:...
`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
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...
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...
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...
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...
*@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). ##...