Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rx_widgets这个会报依赖冲突,我下了官方的Demo也是报这个错 #2

Open
yuxuelian opened this issue Jul 23, 2018 · 1 comment

Comments

@yuxuelian
Copy link

官方的Demo 大概的依赖是这样的:
rxdart : ^0.16.7
rx_command: ^1.0.8
rx_widgets: ^1.0.3
报错如下:
Because rx_command <1.1.0 depends on rxdart ^0.16.6 and no versions of rx_command match >1.1.0 <2.0.0, rx_command <1.1.0-∞ or >1.1.0 <2.0.0 requires rxdart ^0.16.6.
And because rx_command 1.1.0 depends on rxdart ^0.16.7, rx_command <2.0.0 requires rxdart ^0.16.6.
So, because flutter_app depends on both rxdart ^0.18.0 and rx_command ^1.0.8, version solving failed.
pub get failed (1)

@AweiLoveAndroid
Copy link
Owner

AweiLoveAndroid commented Jul 23, 2018

你把依赖库版本修改一下,按下面这样:
rxdart : ^0.16.6
rx_command: ^1.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants