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

flutter_localizations Error!!!!! #1

Closed
sagarshende23 opened this issue Jan 30, 2020 · 2 comments
Closed

flutter_localizations Error!!!!! #1

sagarshende23 opened this issue Jan 30, 2020 · 2 comments

Comments

@sagarshende23
Copy link

Because every version of flutter_localizations from sdk depends on intl 0.16.0 and flutter_money_formatter >=0.8.2 depends on intl ^0.15.8, flutter_localizations from sdk is incompatible with flutter_money_formatter >=0.8.2.

So, because flutter_woocomerce depends on both flutter_money_formatter ^0.8.2 and flutter_localizations any from SDK, version solving failed.
pub get failed (1; So, because flutter_woocomerce depends on both flutter_money_formatter ^0.8.2 and flutter_localizations
any from SDK, version solving failed.)
exit code 1

error

@sagarshende23
Copy link
Author

Problem Solved After Adding this line:
dependency_overrides:
intl:

33

@woosignal
Copy link
Collaborator

Thanks for spotting this, we've committed a patch

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

1 participant