Closed richertc closed 8 months ago
Any fix of this ??
From the looks of it intl
is one of the pinned packages that are tied to a specific Flutter SDK version. This issue will be solved once there is a Flutter release that pins intl
to 0.19.0.
Right now as a workaround you could use dependency override, or simply downgrade table_calendar
to 3.0.9.
dependency_overrides:
intl: ^0.18.1
Because app depends on flutter_localizations from sdk which depends on intl 0.18.1, intl 0.18.1 is required. So, because app depends on intl 0.19.0, version solving failed.
I would argue that flutter_localizations is a decently used dependency. So it would be much appreciated if that could work together.