flutter 项目提示 Because cupertino_icons 1.0.2 requires SDK version >=2.12.0-0 <3.0.0

发布于 3 年前 作者 phonegap100 2233 次浏览 最后一次编辑是 3 年前 来自 分享

flutter 项目提示Because cupertino_icons 1.0.2 requires SDK version >=2.12.0-0 <3.0.0 and no versions of cupertino_icons match >1.0.2 <2.0.0, cupertino_icons ^1.0.2 is forbidden.So, because flutter_demo01 depends on cupertino_icons ^1.0.2, version solving failed.

D:\flutter2x\flutter_demo01> flutter run
The current Dart SDK version is 2.10.4.

Because cupertino_icons 1.0.2 requires SDK version >=2.12.0-0 <3.0.0 and no versions of cupertino_icons match >1.0.2 <2.0.0, cupertino_icons ^1.0.2 is forbidden.
So, because flutter_demo01 depends on cupertino_icons ^1.0.2, version solving failed.
Running "flutter pub get" in flutter_demo01...
pub get failed (1; So, because flutter_demo01 depends on cupertino_icons ^1.0.2, version solving failed.)

dart-v.jpg

解决方法:升级您的sdk

android_plugin.jpg

android-d.jpg

回到顶部