-
DART version: 2.2.1-dev-1.1
OS: Windows 10 64 bit
This bug is similar with #34392 which was fixed some time ago.
Here is a source code example:
```dart
abstract class I { foo(a) {} }
abstr…
iarkh updated
5 years ago
-
pubspec_parse at a specific commit: https://github.com/dart-lang/pubspec_parse/commit/5557745c2acbe757d7a6fd8740b0502e4cf83e50
Dart VM version: 2.1.1-dev.3.2
On my mac, `dartanalyzer --fatal-inf…
-
What are the default lints enforced...
Reading the `README` I would expect to learn what happens when I run `dartanalyzer`. I don't configure lints for most of my projects, and just assume that som…
-
Some of the suggestions listed on the score page are not easy for a developer to reproduce. As an example, consider this one:
`Running dartdoc failed.`
How does a Flutter developer actually do t…
-
For code that builds a UI has to be readable. I understand that Dart is kind of like a simple version of Java, but it is not really a programming language for building a UI. For example, it doesn't ha…
-
[Enter steps to reproduce below:]
1. Have flaky internet connection
2. Go to Settings > Install
**Atom Version**: 0.170.0
**System**: Mac OS X 10.10.1
**Thrown From**: Atom Core
### Stack Trace
Unca…
-
> This is expected right now. When deciding whether to load the Flutter SDK or Dart SDK, we look two levels down to see if there's a Flutter project, and if not, we go into "Dart Mode".
>
> If you …
-
I might want more a more restrictive set of errors in `dartanalyzer` to block my submits in Travis, but the default set of errors in `dartdevc` when I compile so I can be loose during my dev cycle. I…
-
[Enter steps to reproduce below:]
1. Have flaky internet connection
2. Go to Settings > Install
Comes along with issue #5093
**Atom Version**: 0.170.0
**System**: Mac OS X 10.10.1
**Thrown From**: …
-
Currently there's a hand-crafted list of enforced lints:
https://github.com/dart-lang/pana/blob/master/lib/src/analysis_options.dart
It would be cool to migrate to the [pedantic package](https:/…