dartangular-dart

AngularDart installed with Dart 2


Is AngularDart installed with Dart 2?

I can do dart --version but how do I know which version AngularDart?


Solution

  • Add

    dependencies:
      angular: "^5.0.0-alpha+13"
    

    to pubspec.yaml and run

    pub get
    

    The output and the created pubspec.lock tell you the fetched package versions.

    For this Angular version you need Dart 2