dartclub / ical

iCal library for Dart and Flutter
https://pub.dev/packages/ical
BSD 3-Clause "New" or "Revised" License
10 stars 14 forks source link

Update `intl` to ^0.18.0 #19

Closed iqfareez closed 1 year ago

iqfareez commented 1 year ago

Error when running flutter pub get

Because ical >=0.1.4 depends on intl ^0.17.0 and my_app depends on intl ^0.18.0, ical >=0.1.4 is forbidden.
So, because my_app depends on ical ^0.2.2, version solving failed.
pub get failed
lukas-h commented 1 year ago

Hey, I would appreciate a PR updating the versions. Thanks for raising the issue

iqfareez commented 1 year ago

@lukas-h PR ready