JonasWanke/timetable

Update intl version range to support intl v0.19

TatsuUkraine opened this issue · 3 comments

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

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.

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