Installed Google Dart 1.0. Basically a Dart noob at this point...
angular.dart tutorial apps at - https://github.com/angular/angular.dart.tutorial Seems broken or I am doing something wrong.
in chapter folders, file pubspec.yaml
contains text: ../pubspec.yaml
- which seems to be non yaml.
pub errors out with
Pub get failed, [1] Error in pubspec.yaml: The pubspec must be a YAML mapping.
There is a common pubspec.yaml in dir below chapter dirs, it contains legit yaml.
Even after editing chapter project pubspec.yaml with "common" pubspec legit yaml content and doing pub get, chapter 03..06 demos have missing package references.
Anyone who can tell me what I'm doing wrong appreciated.