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

flutter_localizations updated intl dependency to 0.18.0 which is incompatible with flutter_neat_and_clean_calendar #49

Closed m-gug closed 1 year ago

m-gug commented 1 year ago

It seems like flutter_localizations recently updated it's dependency on the intl package from version 0.17.0 to 0.18.0 which is now incompatible with this package.

pub get error: Because every version of flutter_localizations from sdk depends on intl 0.18.0 and flutter_neat_and_clean_calendar >=0.1.4+6 depends on intl ^0.17.0, flutter_localizations from sdk is incompatible with flutter_neat_and_clean_calendar >=0.1.4+6. So, because gem4kids_elternapp depends on both flutter_localizations from sdk and flutter_neat_and_clean_calendar >=0.3.9+23, version solving failed.