3

I am currently looking into dart (and angular.dart), reading some tutorials and so on.

I am having problems with getting angular.dart 1.0 working. According to this package description: https://pub.dartlang.org/packages/angular#installing

one only has to add angular.dart as a PUB dependency and then can start working with it:

import 'package:angular/angular.dart';

I have done just that, ran pub get but the imported file is still not found. My packages directory is somewhat poor, there is no angular.dart in there.

So how do I use angular.dart 1.0?

Angular dart error

1 Answer 1

3

Your downloaded angular seems broken. You should try to repair your cache with pub cache repair (See pub cache)

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.