我正在快速开发一个应用程序,并且遇到以下问题
/ Users / pedro / Desktop / Development / flutter / bin / flutter-无彩色包 在wemystic中运行“ flutter软件包获取” ... 当前的Dart SDK版本为2.1.0-dev.0.0.flutter-be6309690f。 因为flutter_cache_manager> = 0.1.0-rc.1取决于uuid> = 0.0.7 <1.0.3,这需要SDK版本<2.0.0,所以flutter_cache_manager> = 0.1.0-rc.1是禁止的。 因此,由于wemystic依赖于flutter_cache_manager 0.1.0-rc.1,因此版本解析失败。 酒馆失败(1) 流程结束,退出代码为1
我在pubspec.yaml中的依赖项是:
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.2
firebase_auth: any
google_sign_in: any
flutter_html_view: any
谢谢
答案 0 :(得分:2)
flutter_cache_manager
软件包已过时,需要更新
将此内容添加到pubspec.yaml
之前,应解决此问题,直到更新软件包为止
dependency_overrides:
uuid: ^1.0.3