sdk
sdk copied to clipboard
The Dart SDK, including the VM, dart2js, core libraries, and more.
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...
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...
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....
@visibleForTesting incorrectly warns when used in a test that is not located in the test/ directory
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...