rwbr / flutter_neat_and_clean_calendar

Simple and clean flutter calendar with ability to slide up/down to show weekly/monthly calendar. Forked from [flutter_clean_calender](https://pub.dev/packages/flutter_clean_calendar)
MIT License
104 stars 51 forks source link

Updated intl dependency to 0.18.0 from 0.17.0 #50

Closed m-gug closed 1 year ago

m-gug commented 1 year ago

Updated intl dependency to fix dependency problem with flutter_localizations. #49

m-gug commented 1 year ago

Seems like there went something wrong in flutter itself: https://github.com/flutter/flutter/issues/117163 Since i guess they will revert to intl 0.17.0 i changed the dependency to allow intl 0.17.0 and 0.18.0. Since 0.18.0 didn't have any breaking changes, that should be fine.

rwbr commented 1 year ago

@m-gug Thank you for you contribution 👍