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

When working on Flutter projects, sometimes I extract a `Widget` to a new file. While importing the missing dependencies with the assist, sometimes I miss click and import `widgets` first...

P3
devexp-quick-fix
type-enhancement
area-devexp

Yesterday, I was debugging some issues with the new plugin system and how it registers warnings (already filed) and trying to do a local patch so I can test my...

P3
type-enhancement
devexp-plugin
area-devexp

Pattern completions without `:` could also add `: TypeName `, so we can simply write down the new variable name. Currently, it simply ends the current word but does nothing....

devexp-completion
P3
type-enhancement
area-devexp

We organize our tests in different directories, and for tests located under a directory not named 'test' the analyzer incorrectly warns about accessing the a member annotated with @visibleForTesting. Given...

P3
devexp-linter
type-enhancement
area-devexp