You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We cannot use rrule 0.2.11 or 0.2.12 with Flutter stable 3.7.7, since Flutter usually pins the dependency on intl currently it is 0.17. Hence ideally this package and any other packages should follow flutter.
The issue: Because App depends on flutter_localizations from sdk which depends on intl 0.17.0, intl 0.17.0 is required. So, because App depends on intl ^0.18.0, version solving failed, the 0.18.0 in error is due to rrule using intl 0.18.0
Unfortunately we cannot use rrule 0.2.10 since rrule 0.2.12 has a bug fix.
Environment:
Package version: rrule: ^0.2.12
Flutter: Channel stable, 3.7.7
The text was updated successfully, but these errors were encountered:
Describe the bug
We cannot use
rrule 0.2.11
or0.2.12
with Flutter stable 3.7.7, since Flutter usually pins the dependency onintl
currently it is 0.17. Hence ideally this package and any other packages should follow flutter.The issue:
Because App depends on flutter_localizations from sdk which depends on intl 0.17.0, intl 0.17.0 is required. So, because App depends on intl ^0.18.0, version solving failed
, the 0.18.0 in error is due torrule
usingintl 0.18.0
Unfortunately we cannot use
rrule 0.2.10
sincerrule 0.2.12
has a bug fix.Environment:
The text was updated successfully, but these errors were encountered: