Some-Calendar icon indicating copy to clipboard operation
Some-Calendar copied to clipboard

兼容不了最新的核心库

Open paul-123 opened this issue 4 years ago • 3 comments

Because some_calendar >=1.2.3 depends on intl ^0.16.0 and every version of flutter_localizations from sdk depends on intl 0.17.0-nullsafety.2, some_calendar >=1.2.3 is incompatible with flutter_localizations from sdk.

So, because butler depends on both flutter_localizations any from sdk and some_calendar ^1.2.6, version solving failed. pub get failed (1; So, because butler depends on both flutter_localizations any from sdk and some_calendar ^1.2.6, version solving failed.) exit code 1

paul-123 avatar Dec 25 '20 03:12 paul-123

flutter channel stable works fine. The issue happened to the beta and dev channels.

damphat avatar Dec 25 '20 17:12 damphat

有什么方法可以在master渠道也支持吗,因为我用的其它组件包依赖这个?谢谢~

paul-123 avatar Dec 28 '20 08:12 paul-123

@paul-123 Did solve it?

kurtiev avatar Aug 03 '21 05:08 kurtiev