hnvcam / teno_rrule

I don't want to do this, but I have no choice.
MIT License
2 stars 1 forks source link

update deps #2

Closed ihadabs closed 3 weeks ago

ihadabs commented 1 month ago
Resolving dependencies... (1.6s)
Note: intl is pinned to version 0.19.0 by flutter_localizations from the flutter SDK.
See https://dart.dev/go/sdk-version-pinning for details.

Because every version of teno_rrule depends on teno_datetime ^1.0.6 which depends on intl ^0.18.1, every version of
  teno_rrule requires intl ^0.18.1.
And because every version of flutter_localizations from sdk depends on intl 0.19.0, teno_rrule is incompatible with
  flutter_localizations from sdk.
So, because my_app depends on both flutter_localizations from sdk and teno_rrule 0.0.5, version solving failed.
flutter --version
Flutter 3.24.2 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 4cf269e36d (8 days ago) • 2024-09-03 14:30:00 -0700
Engine • revision a6bd3f1de1
Tools • Dart 3.5.2 • DevTools 2.37.2
hnvcam commented 3 weeks ago

Hi,

Thanks for reporting the issue. I've removed the version constraint for intl 0.18.1 in teno_datetime. This should resolve the compatibility problem you were encountering.

Please let me know if you continue to experience any issues.