-
-
Thank you for taking the time to file an issue!
This tracker is for issues related to:
* Analyzer
If you aren't sure, file the issue here and we'll find the right home for it.
In your issue,…
-
When I add `prefer_double_quotes` to my project (dart sdk 2.3.2) I get the warning `'prefer_double_quotes' is not a recognized lint rule`.
Running `dartanalyzer` (version 2.3.2) also doesn't seem to …
-
This tracker is for issues related to:
I think it is related to the **Common Front End** since both dart and dartanalyzer exhibit this issue.
* Dart SDK Version (`dart --version`)
Dart VM version…
-
# Package Proposal: redux_undo
**Dependency name (as used in *pubspec.yaml*):** redux_undo
**Current pub.dev link:** https://pub.dev/packages/redux_undo
**Current Git repository link:** https://g…
-
When I try to use the the window object from dart:html in an angulardart component like this:
```
Storage loc = window.localStorage;
loc['name'] = 'myname';
```
I get an error like "**Expect…
-
This tracker is for issues related to:
* Analyzer
* Dart SDK Version (`dart --version`)
version 2.3.2-edge.b37aa3b03650c60ab47b78b2163382d889ecb5df
* Whether you are using Windows, MacOSX, or …
-
The analyzer should not give a StaticWarning for the test language/regress_29025_test.dart:
FAILED: dart2analyzer-none release_x64 language/regress_29025_test
Expected: Pass
Actual: StaticWarnin…
-
Please see #12539
dart2js produces compile error on the code
class C {
final v = 1;
C() : v = 2 {}
}
In a non-strong mode there should be only static warning and runtime error.
-
I attempted to use a ui as code feature and got a message from the analyzer telling me to update my min sdk constraint to 2.2.2 (:tada:).
So I did that, and updated travis to use that version, only…