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

Update intl version range to support intl v0.19 #159

Closed
TatsuUkraine opened this issue Mar 22, 2024 · 3 comments · Fixed by #166
Closed

Update intl version range to support intl v0.19 #159

TatsuUkraine opened this issue Mar 22, 2024 · 3 comments · Fixed by #166
Labels
T: Feature Type: :tada: New Features

Comments

@TatsuUkraine
Copy link
Contributor

TatsuUkraine commented Mar 22, 2024

Currently package has deps on intl: '>=0.17.0 <0.19.0', but the most recent version currently is 0.19, which some packages already require after the upgrade to Flutter 3.19.

It leads to conflicts and prevents some deps updates

@TatsuUkraine TatsuUkraine added the T: Feature Type: :tada: New Features label Mar 22, 2024
@MasterHiei
Copy link
Contributor

MasterHiei commented Apr 20, 2024

Unfortunately, intl v0.19 support have to wait until dart_date is upgraded(or chrono is released).

As a temporary fix, maybe you should use dependency_overrides for resolving the conflicts.

@ThexXTURBOXx
Copy link
Contributor

My PR over at dart_date has been accepted. So, timetable is now ready to upgrade as well.
As a temporary workaround, use:

dependency_overrides:
  intl: ^0.19.0

@JonasWanke
Copy link
Owner

I'm really sorry for the delay, it's now published as part of v1.0.0-alpha.14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: Feature Type: :tada: New Features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants