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

[bug] intl conflict #60

Closed yichaosun closed 8 months ago

yichaosun commented 1 year ago

Because flutter_neat_and_clean_calendar >=0.3.14-dev.1 depends on intl ^0.18.1 and every version of flutter_localizations from sdk depends on intl 0.18.0, flutter_neat_and_clean_calendar >=0.3.14-dev.1 is incompatible with flutter_localizations from sdk

dependencies:
  flutter:
    sdk: flutter
  flutter_localizations: 
    sdk: flutter

flutter_neat_and_clean_calendar: ^0.3.14+32
yichaosun commented 1 year ago

I'll check that asap

robertcvitorino commented 9 months ago

I have the same problem when using intl ^0.18.1, the error occurs in the calendar

rwbr commented 8 months ago

Sorry, can't reproduce this problem.