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

Incompatible Flutter 3.22.2 #125

Open
danielgomezrico opened this issue Jul 2, 2024 · 3 comments
Open

Incompatible Flutter 3.22.2 #125

danielgomezrico opened this issue Jul 2, 2024 · 3 comments

Comments

@danielgomezrico
Copy link

danielgomezrico commented Jul 2, 2024

Hi

Because flutter localizations depend on intl 0.19.0, when I try to update flutter I get:

Because intl_utils 2.8.4 depends on intl >=0.17.0 <0.19.0 and xxxxx_app depends on intl 0.19.0, intl_utils 2.8.4 is
  forbidden.
@goranluledzija
Copy link
Contributor

Have you checked with the latest intl_utils version https://pub.dev/packages/intl_utils/changelog ?

@danielgomezrico
Copy link
Author

danielgomezrico commented Jul 2, 2024

Thanks for answering, Using intl_utils 2.8.7 but got conflicts with other dependencies because it needs analyzer: ^6.0.0

Updating the analyzer breaks some auto-generated dependencies like hive, built value and others and is making me a hell dependency chain :(

@guominfang
Copy link

use flutter 3.27.0,in pubspec.yaml intl: ^0.19.0 to intl: any

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

3 participants