localizely / intl_utils

Dart package that creates a binding between your translations from .arb files and your Flutter app
BSD 3-Clause "New" or "Revised" License
135 stars 81 forks source link

Update dependencies, especially analyzer #91

Closed inf0rmatix closed 2 years ago

inf0rmatix commented 2 years ago

This dependency lock currently produces conflicts when also using freezed package.

aleksakrstic commented 2 years ago

Hi @inf0rmatix Thanks for the info! Can you share what version of intl_utils you use, and what other dependencies creates the problem for you, besides freezed package?

slavap commented 2 years ago

@aleksakrstic Please update analyzer, I'm also having problem with other dependencies in my projects. For example:

intl_utils 2.7.0 depends on analyzer >=3.0.0 <5.0.0, intl_utils ^2.7.0 requires analyzer >=3.0.0 <5.0.0.
And because auto_route_generator >=5.0.3 depends on analyzer ^5.0.0, intl_utils ^2.7.0 is incompatible with auto_route_generator >=5.0.3.
inf0rmatix commented 2 years ago

We use the latest version of intl_utils, in our case freezed is the package that has up-to-date dependencies (on analyzer) which conflict with int_utils outdated dependencies

lzoran commented 2 years ago

This should be fixed with the intl_utils 2.8.0. I'm closing this issue as resolved. In case you notice any irregularity, feel free to reopen it.