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

error when update package intl 0.17.0 #24

Closed
tuemaytinh1981 opened this issue Mar 1, 2021 · 3 comments
Closed

error when update package intl 0.17.0 #24

tuemaytinh1981 opened this issue Mar 1, 2021 · 3 comments

Comments

@tuemaytinh1981
Copy link

Because flutter_material_pickers >=1.9.2 depends on intl >=0.16.0 <=0.17.0-nullsafety.2 and waitingwork depends on intl ^0.17.0, flutter_material_pickers >=1.9.2 is forbidden.
So, because waitingwork depends on flutter_material_pickers ^1.9.2, version solving failed.
pub get failed (1; So, because waitingwork depends on flutter_material_pickers ^1.9.2, version solving failed.)
Process finished with exit code 1

Thanks.

@Joseph-Nathan
Copy link

please help .

@6h4n3m
Copy link
Contributor

6h4n3m commented Mar 5, 2021

#26 should fix this issue, this is happening because one of your packages depends on the stable null safe version of the intl package and v1.9.2 is not null safe.

The update is not on Pub yet, cc @codegrue can tell you when to expect the package itself to be updated on Pub.

@codegrue
Copy link
Owner

This was fixed a few weeks back.

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

4 participants