无法使用pub命令安装新软件包

时间:2020-04-08 07:52:54

标签: flutter

以下是我的pubspec.yaml文件的摘录。我为共享首选项添加了新的依赖关系。当我执行命令pub get时出现错误

软件包secondapp要求SDK版本> = 2.7.0 <3.0.0,但当前的SDK是1.10.1。

我可以通过在Dart安装中添加正确的路径来解决此问题。但是在执行此操作后,将出现flutter版本错误。

我的Yaml文件:

version: 1.0.0+1

environment:
  sdk: ">=2.7.0 <3.0.0"

dependencies:
  flutter:
    sdk: flutter,


  # The following adds the Cupertino Icons font to your application.
  # Use with the CupertinoIcons class for iOS style icons.
  cupertino_icons: ^0.1.3
  shared_preferences: ^0.5.6+3


dev_dependencies:
  flutter_test:

我无法添加依赖项。我缺少什么设置?

enter image description here

enter image description here

0 个答案:

没有答案