JonasWanke / timetable

📅 Customizable flutter calendar widget including day and week views
https://pub.dev/packages/timetable
Apache License 2.0
311 stars 81 forks source link

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

Closed TatsuUkraine closed 2 months ago

TatsuUkraine commented 6 months ago

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

MasterHiei commented 5 months ago

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 commented 4 months ago

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 commented 2 months ago

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