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

Version constraints with flutter_localizations ,how fixed? #227

Closed
Jasoneng2017 opened this issue Feb 1, 2020 · 3 comments
Closed

Version constraints with flutter_localizations ,how fixed? #227

Jasoneng2017 opened this issue Feb 1, 2020 · 3 comments

Comments

@Jasoneng2017
Copy link

Because no versions of flutter_form_builder match >3.7.3 <4.0.0 and flutter_form_builder 3.7.3 depends on intl ^0.16.1, flutter_form_builder ^3.7.3 requires intl ^0.16.1.

And because every version of flutter_localizations from sdk depends on intl 0.16.0, flutter_form_builder ^3.7.3 is incompatible with flutter_localizations from sdk.
So, because dvmg_app depends on both flutter_localizations any from sdk and flutter_form_builder ^3.7.3, version solving failed.
pub get failed (1; So, because dvmg_app depends on both flutter_localizations any from sdk and flutter_form_builder ^3.7.3, version solving failed.)

@liugangnhm
Copy link

@Jasoneng2017 how do you fix this? i got the same issue

@liugangnhm
Copy link

@Jasoneng2017 how do you fix this? i got the same issue

dependency_overrides:
  intl: 0.16.0

fixed me!

@Jasoneng2017
Copy link
Author

@Jasoneng2017 how do you fix this? i got the same issue

dependency_overrides:
  intl: 0.16.0

fixed me!

dependency_overrides:
intl: ^0.16.0
try this!!!

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