Dart won't get addicted

I am trying to teach myself Darth using angular darts, as I am pretty familiar with angular. I have some problems, although when I use the dart editor to get dependencies, I keep getting this error.

Transformer library "package:di/module_transformer.dart" not found

In the package folder, all I get is a bunch of empty folders where my dependencies should be. Here is my yaml file

name: angular_dart_example
version: 0.0.1
dependencies:
  angular: any
  browser: any
  transformer: any
  unittest: any
transformers:
  - angular:
      html_files:
        - web/index.html

I tried a search on Google, but I did not find anything on this issue. Please, help.

+4
source share
1 answer

pub cache repair It’s always worth a try when addictions behave strangely.

+3
source

All Articles