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

Incompatibility with flutter_driver due to conflict with intl version #6

Closed
knyghtryda opened this issue Apr 24, 2020 · 1 comment
Closed

Comments

@knyghtryda
Copy link

knyghtryda commented Apr 24, 2020

flutter_driver on stable branch is expecting intl 0.16.0, and flutter_contact is expecting ^0.16.1.

Because every version of flutter_driver from sdk depends on intl 0.16.0 and flutter_contact >=0.5.1 depends on intl ^0.16.1, flutter_driver from sdk is in
compatible with flutter_contact >=0.5.1.
So, because contax depends on both flutter_contact ^0.5.3 and flutter_driver any from sdk, version solving failed.
Running "flutter pub upgrade" in contax...
pub upgrade failed (1; So, because contax depends on both flutter_contact ^0.5.3 and flutter_driver any from sdk, version solving failed.)
@ericmartineau
Copy link
Contributor

@knyghtryda
Downgraded to intl 1.16.0 - this will be included in the 0.5.5 release

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