Skip to content

Conversation

@loic-sharma
Copy link
Contributor

@loic-sharma loic-sharma commented Mar 8, 2024

Flutter needs to update its intl dependency to 0.19.0 to fix flutter/flutter#139861.

Attempting to update Flutter's intl dependency fails with:

Because unified_analytics >=0.1.1 depends on intl ^0.18.0 and flutter_tools depends on intl 0.19.0, unified_analytics >=0.1.1 is
  forbidden.

Part of flutter/flutter#139861


  • I’ve reviewed the contributor guide and applied the relevant portions to this PR.
Contribution guidelines:

Note that many Dart repos have a weekly cadence for reviewing PRs - please allow for some latency before initial review feedback.

file: '>=6.1.4 <8.0.0'
http: '>=0.13.5 <2.0.0'
intl: ^0.18.0
intl: ^0.19.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As a drive by comment, it may be enough to widen the range here ('>=0.18.0 <0.20.0').

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have a strong preference here, I'll defer to whatever y'all think is best :)

@loic-sharma
Copy link
Contributor Author

@eliasyishak FYI I don't have merge permissions :)

@eliasyishak eliasyishak merged commit 35b25a7 into dart-lang:main Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Version solving failed for intl: 0.19.0 with flutter_localizations

3 participants