老师引入最新版本http和dio出现问题
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: ^1.0.2
http: ^0.13.1 # 0.13.1 和 dio的3.0.10这是发生了冲突吗?
dio: ^3.0.10
33
收起
正在回答
1回答
是的,两个库所依赖的http_parser版本不一致导致的,解决办法,可以在pub文件中指定冲突库的版本:
#解决依赖冲突
dependency_overrides:
http_parser: ^3.1.4
相似问题
登录后可查看更多问答,登录/注册
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星