JonasWanke / rrule

🔁 Recurrence rule parsing & calculation as defined in the iCalendar RFC
https://pub.dev/packages/rrule
Apache License 2.0
52 stars 22 forks source link

Package doesn't allow to use intl v0.18 #45

Closed TatsuUkraine closed 1 year ago

TatsuUkraine commented 1 year ago

Describe the bug Most recent version of intl is 0.18. RRule package doesn't allow to use it. Trying to install most up to date version on intl leads to an error Because rrule 0.2.10 depends on intl ^0.17.0 and no versions of rrule match >0.2.10 <0.3.0, rrule ^0.2.10 requires intl ^0.17.0.

Environment:

JonasWanke commented 1 year ago

Fixed in v0.2.11