我刚开始使用dart,并想尝试rikulo。但是在导入时,出现错误
Failed to load resource
dart:coreimpl
根据这个:
http://news.dartlang.org/2012/10/coreimpl-finally-waves-goodbye-and-more.html
coreimpl在十月份消失了。
我应该如何开始使用它?我应该使用特定版本的dart SDK吗?还是有更新的rikulo?
最佳答案
啊哈,想通了。
您在pubspec中获得的版本不起作用
dependencies:
rikulo:
但这确实做到了:
dependencies:
rikulo:
git: git://github.com/rikulo/rikulo.git
关于dart - 尝试使用Rikulo,但在dart:coreimpl导入上失败,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/13501941/