Incompatible Flutter 3.22.2
Opened this issue · 3 comments
danielgomezrico commented
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
Have you checked with the latest intl_utils version https://pub.dev/packages/intl_utils/changelog ?
danielgomezrico commented
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 :(
guominfang commented
use flutter 3.27.0,in pubspec.yaml
intl: ^0.19.0
to intl: any