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

provider ^6.0.0 and chewie ^1.2.2, version solving failed #587

Closed
Arialena opened this issue Dec 29, 2021 · 9 comments
Closed

provider ^6.0.0 and chewie ^1.2.2, version solving failed #587

Arialena opened this issue Dec 29, 2021 · 9 comments

Comments

@Arialena
Copy link

Because chewie 1.2.2 depends on provider ^5.0.0 and no versions of chewie match >1.2.2 <2.0.0, chewie ^1.2.2 requires provider ^5.0.0.
So, becausedepends on both provider ^6.0.0 and chewie ^1.2.2, version solving failed.
pub get failed (1; So, because jytc_baby depends on both provider ^6.0.0 and chewie ^1.2.2, version solving failed.)

@javaherisaber
Copy link

Same issue when upgrading to Flutter 2.8.1

Because flutter_math_fork >=0.4.0 depends on provider ^6.0.0 and chewie 1.2.2 depends on provider ^5.0.0, flutter_math_fork >=0.4.0 is incompatible with chewie 1.2.2.
And because no versions of chewie match >1.2.2 <2.0.0, flutter_math_fork >=0.4.0 is incompatible with chewie ^1.2.2.
So, because zireh depends on both chewie ^1.2.2 and flutter_math_fork ^0.5.0, version solving failed.
pub get failed (1; So, because zireh depends on both chewie ^1.2.2 and flutter_math_fork ^0.5.0, version solving failed.)

@bhayatus
Copy link

dependency_overrides:
  provider: 6.0.1

This should do the trick as a stopgap measure.

@Dansp
Copy link

Dansp commented Jan 3, 2022

Same issue when upgrading to Flutter 2.8.1

Because flutter_math_fork >=0.4.0 depends on provider ^6.0.0 and chewie 1.2.2 depends on provider ^5.0.0, flutter_math_fork >=0.4.0 is incompatible with chewie 1.2.2.
And because no versions of chewie match >1.2.2 <2.0.0, flutter_math_fork >=0.4.0 is incompatible with chewie ^1.2.2.
So, because zireh depends on both chewie ^1.2.2 and flutter_math_fork ^0.5.0, version solving failed.
pub get failed (1; So, because zireh depends on both chewie ^1.2.2 and flutter_math_fork ^0.5.0, version solving failed.)

Same error here

@WatchDogsDev
Copy link

Same here, Please upgrade the provider package

@rakeshparveen5
Copy link

Facing the same issue

@zbarbuto
Copy link
Contributor

zbarbuto commented Jan 12, 2022

Duplicate of #580

FTR this was already fixed in #548 (see changelog for 1.2.3) - still just waiting for version 1.2.3 to actually get published to pub.dev

@Hardas-Dharani
Copy link

just add this version
and user provider: ^6.0.1
chewie:

@jagmit
Copy link

jagmit commented Feb 7, 2022

@Ahmadre @brianegan Can we please get a version 1.2.3 release? The changes made in #548 are critical for using chewie in real projects.

@diegotori
Copy link
Collaborator

Version 1.3.0 is now live on pub.dev, which upgrades Provider to ^6.0.1 as well as wakelock to the latest version.

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

10 participants