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

Incompatible versions... #15

Closed
tajaouart opened this issue Aug 10, 2020 · 4 comments
Closed

Incompatible versions... #15

tajaouart opened this issue Aug 10, 2020 · 4 comments
Labels
bug Something isn't working

Comments

@tajaouart
Copy link

tajaouart commented Aug 10, 2020

Max version that woks is the 1.0.4, but the recents do not.

sdk: ">=2.7.0 <3.0.0"
.....
 rxdart:
    dependency: transitive
    description:
      name: rxdart
      url: "https://pub.dartlang.org"
    source: hosted
    version: "0.23.1"

The error Message :

Because no versions of select_dialog match >1.1.0 <2.0.0 and select_dialog 1.1.0 depends on rxdart ^0.23.1, select_dialog ^1.1.0 requires rxdart ^0.23.1.
And because rounded_loading_button >=1.0.5 depends on rxdart ^0.24.0, select_dialog ^1.1.0 is incompatible with rounded_loading_button >=1.0.5.
So, because my_civi_flutter_app depends on both select_dialog ^1.1.0 and rounded_loading_button ^1.0.5, version solving failed.
pub get failed (1; So, because my_civi_flutter_app depends on both select_dialog ^1.1.0 and rounded_loading_button ^1.0.5, version solving failed.)
@ercankayaNet
Copy link

same problem

@chrisedg87 chrisedg87 added the bug Something isn't working label Aug 16, 2020
chrisedg87 added a commit that referenced this issue Aug 16, 2020
@chrisedg87
Copy link
Owner

Fixed in 1.0.13

@ercankayaNet
Copy link

thanks 👍

@ercankayaNet
Copy link

ercankayaNet commented Aug 16, 2020

but still error :/

The error Message:

flutter pub get
Running "flutter pub get" in ...
Because rounded_loading_button >=1.0.13 depends on rxdart ^0.23.1 and depends on rxdart ^0.22.0, rounded_loading_button >=1.0.13 is forbidden.

So, because reminder depends on rounded_loading_button ^1.0.13, version solving failed.
pub get failed (1; So, because depends on rounded_loading_button ^1.0.13, version solving failed.)
exit code 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants