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 depends on intl 0.18.1 and quickgui depends on intl ^0.17.0 #121

Open
Somnius opened this issue Feb 17, 2024 · 3 comments

Comments

@Somnius
Copy link

Somnius commented Feb 17, 2024

Because every version of flutter_localizations from sdk depends on intl 0.18.1 and quickgui depends on intl ^0.17.0, flutter_localizations from sdk is forbidden.

You can try the following suggestion to make the pubspec resolve:
* Try upgrading your constraint on intl: flutter pub add intl:^0.18.1

@Darkpepito
Copy link

Hey,
Just like the message says, to fix it you just have to run :
flutter pub add intl:^0.18.1

@Schweeeeeeeeeeeeeeee
Copy link

same problem
@Darkpepito command doesent fix it for me

@liguopengbenli
Copy link

same problem

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