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

Update provider and rxdart package versions #8

Closed
PoojaB26 opened this issue Aug 26, 2019 · 2 comments · Fixed by #9
Closed

Update provider and rxdart package versions #8

PoojaB26 opened this issue Aug 26, 2019 · 2 comments · Fixed by #9
Labels
enhancement New feature or request

Comments

@PoojaB26
Copy link

Can we update the packages => provider and rxdart because it gives the following errors since I am working with the newest versions of both.

Because flutter_clean_architecture >=1.0.3 depends on provider ^2.0.1+1 and flutter_clean_architecture <1.0.3 depends on rxdart ^0.20.0, every version of flutter_clean_architecture requires provider ^2.0.1+1 or rxdart ^0.20.0.
And because myproject depends on provider ^3.0.0, every version of flutter_clean_architecture requires rxdart ^0.20.0.
So, because myproject depends on both rxdart ^0.22.0 and flutter_clean_architecture ^1.0.1, version solving failed.

pub get failed (1)

Is there any dependency issue if the two packages are updated to their latest versions?
The maintenance of your package is also affected.

@PoojaB26 PoojaB26 added the enhancement New feature or request label Aug 26, 2019
@xsahil03x
Copy link

Hey you can try overriding both of these dependencies until he updates the package.
After overriding every other package in you app will use the overridden dependency rather than the one specified in its source code.

You can go through the last part of this documentation :
https://dart.dev/tools/pub/dependencies

@ShadyBoukhary
Copy link
Owner

Hey, thanks for letting me know. I will update the packages today.

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

Successfully merging a pull request may close this issue.

3 participants