i18n icon indicating copy to clipboard operation
i18n copied to clipboard

Maintenance Request pkg intl_translation

Open Thanados opened this issue 10 months ago • 3 comments

Currently, I can't use the package in my project because of the "old" dependencies from the package. Please update the dependencies.

Issue: Resolving dependencies... Because intl_translation >=0.19.0 depends on analyzer ^6.3.0 and custom_lint 0.7.3 depends on analyzer ^7.0.0, intl_translation >=0.19.0 is incompatible with custom_lint 0.7.3.

The dependencies "analyzer" should be updated to use the latest one.

I appreciate your support in advance.

Thanados avatar Feb 26 '25 08:02 Thanados

It may be possible to widen the dep to include both 6.3.0 and 7.0.0 of analyzer (>=6.3.0 <8.0.0); https://github.com/dart-lang/sdk/issues/56939. As long as that analyzes cleanly and the tests pass, I'm sure we'd take a PR for that.

devoncarew avatar Feb 26 '25 15:02 devoncarew

@mosuem thanks for the support in getting this merged 🙏

When can we plan on this being released?

We can do quite a bit of cleanup in our project once analyzer 7.0.0 is supported by intl_translation 😄

Peetee06 avatar Jun 30 '25 11:06 Peetee06

I want to see how the change lands in google internally, so tomorrow probably :)

mosuem avatar Jun 30 '25 11:06 mosuem