I can't install the js-interop via pub. I tried to create a new projet to see if the problem is with my actual project, but it didn't work in the new project either.
Here is how my pubspec.yaml looks like:
name: Test
description: A sample application
dependencies:
js: { hosted: js }
When I try to run "Pub install" from the Dart's editors menu, I receive this message:
Running pub install ...
Pub install fail, Resolving dependencies...
Package "unittest" doesn't have a pubspec.yaml file.
Could anyone help me, please?