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
134 stars 78 forks source link

Incompatible Flutter 3.22.2 #125

Open danielgomezrico opened 3 months ago

danielgomezrico commented 3 months ago

Hi

Because flutter localizations depend on intl 0.19.0, when I try to update flutter I get:

Because intl_utils 2.8.4 depends on intl >=0.17.0 <0.19.0 and xxxxx_app depends on intl 0.19.0, intl_utils 2.8.4 is
  forbidden.
goranluledzija commented 3 months ago

Have you checked with the latest intl_utils version https://pub.dev/packages/intl_utils/changelog ?

danielgomezrico commented 3 months ago

Thanks for answering, Using intl_utils 2.8.7 but got conflicts with other dependencies because it needs analyzer: ^6.0.0

Updating the analyzer breaks some auto-generated dependencies like hive, built value and others and is making me a hell dependency chain :(