google / charts

https://pub.dev/packages/charts_flutter
Apache License 2.0
2.81k stars 1.21k forks source link

localization new version conflict #582

Open DushyantBhattLTD opened 3 years ago

DushyantBhattLTD commented 3 years ago

Because no versions of charts_flutter match >0.9.0 <0.10.0 and charts_flutter 0.9.0 depends on intl >=0.15.2 <0.17.0, charts_flutter ^0.9.0 requires intl >=0.15.2 <0.17.0.

And because every version of flutter_localizations from sdk depends on intl 0.17.0-nullsafety.2, charts_flutter ^0.9.0 is incompatible with flutter_localizations from sdk.

r0ck3r commented 3 years ago

Same for me

bremington commented 3 years ago

same issue with me

r0ck3r commented 3 years ago

That solution https://github.com/google/charts/issues/579#issuecomment-754476098 helped me