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

intl should be reverted to v0.17.0 until Flutter stable supports v0.18.0 #51

Closed
absar opened this issue Mar 20, 2023 · 1 comment
Closed
Labels
T: Fix Type: Build & CI

Comments

@absar
Copy link
Contributor

absar commented Mar 20, 2023

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
@absar absar added the T: Fix Type: Build & CI label Mar 20, 2023
@JonasWanke
Copy link
Owner

The new release v0.2.13 widened the intl dependency to >=0.17.0 <0.19.0 so that rrule should work fine with both Flutter stable and beta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: Fix Type: Build & CI
Projects
None yet
Development

No branches or pull requests

2 participants