【发布时间】:2021-07-26 23:06:37
【问题描述】:
我有一个在flutter sdk flutter 1.22.3 中运行过的应用程序 但我更新到颤振 2.2.3 并更新所有包
错误
C:\src\sdk\flutter\bin\flutter.bat --no-color pub get
Running "flutter pub get" in app...
Because rounded_loading_button >=2.0.3 depends on rxdart ^0.26.0 and app depends on rxdart ^0.27.1, rounded_loading_button >=2.0.3 is forbidden.
So, because app depends on rounded_loading_button ^2.0.5, version solving failed.
pub get failed (1; So, because app depends on rounded_loading_button ^2.0.5, version solving failed.)
Process finished with exit code 1
How can I solve this problem, I have been trying for more than a week, please help
【问题讨论】: