我刚刚开始使用dart,并且想尝试一下rikulo。但是在导入它时,我得到一个错误
Failed to load resource
dart:coreimpl根据这一点:http://news.dartlang.org/2012/10/coreimpl-finally-waves-goodbye-and-more.html coreimpl已经在10月份消失了。
我该如何开始使用它呢?有没有我应该使用的特定版本的dart SDK?还是有更新的rikulo?
发布于 2012-11-22 05:00:43
啊哈,想明白了。
在pubspec中使用此命令获得的版本不起作用
dependencies:
rikulo:但这一条是:
dependencies:
rikulo:
git: git://github.com/rikulo/rikulo.githttps://stackoverflow.com/questions/13501941
复制相似问题