Jesway / flutter_translate

Flutter Translate is a fully featured localization / internationalization (i18n) library for Flutter.
MIT License
401 stars 118 forks source link

Update packages #100

Closed mhamTech closed 1 year ago

mhamTech commented 1 year ago

Please update all the library packages because it is prevent us from using other packages in our project.

Like for example: intl path and some other important libraries.

kristofb commented 1 year ago

That is not possible, if you try it locally, you'll get: Because every version of flutter_translate from git depends on intl ^0.18.0 and every version of flutter_localizations from sdk depends on intl 0.17.0, flutter_translate from git is incompatible with flutter_localizations from sdk.

cjouannet commented 1 year ago

Any updates?

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

tomc128 commented 1 year ago

Newer versions of flutter (in the beta channel) ship with a version of flutter_localizations that requires intl >= 0.18.0, rendering these Flutter versions incompatible with this plugin. Maybe a 5.x.x version could update intl and should be used for any Flutter versions requiring 0.18.0? There's a pull request already open which updates the intl dependency, #103