-
Hello,
I am trying to follow the instructions from `DEVELOPER.md`.
Now if I run `npm test` I get:
```
/angular/angular (master) $ npm test
> angular@2.0.0-alpha.35 test /home/ablu/angular/angular
…
-
Guys Please help me!!
```
C:\Users\git>flutter doctor
Updating flutter tool...
The system cannot find the path specified.
Error: Unable to 'pub upgrade' flutter tool. Retrying in five seconds...
…
-
In this code
```dart
import 'dart:async';
class A {
final FutureOr a;
const A({this.a: 2});
}
void main() async {
final b = const A(); // Here we have an error;
///But in thi…
-
https://logs.chromium.org/logs/dart/buildbucket/cr-buildbucket.appspot.com/8893749698941313056/+/steps/test_results/0/logs/unapproved_new_test_failures__logs_/0
Which of these failures are test iss…
-
Analyzer Feedback from IntelliJ
# Version information
- `IDEA AI-173.4670197`
- `2.1.0-dev.9.4`
- `AI-173.4670197, JRE 1.8.0_152-release-1024-b02x64 JetBrains s.r.o, OS Windows 10(amd64) v10.0…
-
Running VSCode 1.26.1 on osx with 2.17.1 of extension
Other people who use this get colorful syntax and code completion or wrapping, TODO, etc.
I have reinstalled VSC and the extension and removed o…
-
If I run:
```sh
$ dartanalyzer tests/language_2/control_flow_collections/
```
It completes successfully and prints lots of stuff. If I run:
```sh
$ dartanalyzer --enable-experiment=non-nul…
-
Consider the following program:
```dart
class A {
const A(this.x);
final X x;
}
class B {
var x = A(null);
}
void main() => new B();
```
When checked with `dartanalyzer --prev…
-
@stereotype441 I wonder if you could triage this to unblock the CL?
The other try-bots pass, so I'm assuming this change is not causing any other problems.
https://dart-review.googlesource.com/c/s…
-
After updating to dart-sdk 2.5.0-dev.2.0 and updating angular alpha to +1
```
dependencies:
angular: ^6.0.0-alpha+1
angular_components: ^0.14.0-alpha+1
dev_dependencies:
angular_test:…