我已将我的 Dart 项目移动到另一个文件夹,具有相同的文件夹结构,但是,现在,我收到以下消息:
Running pub install ...
Pub install failed, [1] Resolving dependencies...
Could not find package "dartflash 0.6.3" at http://pub.dartlang.org.
这是我的 pubspec.yaml:
name: Chronium
description: A framework for doing Chrono like games.
dependencies:
dartflash: 0.6.3
和 pubspec.lock:
{"packages":{"dartflash":{"version":"0.6.3","source":"hosted","description":"dartflash"}}}
和文件结构:
该网站 ( http://pub.dartlang.org/ ) 可从浏览器访问。我在飞镖(飞镖编辑器版本 0.2.9_r16323)。有人知道发生了什么吗?