Angular Dart build fails after upgrade Dart Angular Dart build fails after upgrade Dart dart dart

Angular Dart build fails after upgrade Dart


I went through this last night. Had to deactivate webdev

pub global deactivate webdev

Then activate with a specific version (2.0.1 in my case)

pub global activate webdev 2.0.1

I didn't try a different version as 2.0.1 was giving success and I wanted to get through completing my sample app. There are some interesting reads about how 2.0.6 was supposed to fix some things, but it's requiring build_daemon version 1 whereas the default Angular dart sample I was using was requiring 0.5.0.