Closed laterdayi closed 7 months ago
Sorry but i dont understand your issue, could you please elaborate
When using jiffy, he suggested that jiffy intl would conflict with flutter_localizations intl
If i understand you right, you are using flutter_localizations
that depends on 0.18.1
,
You can try to use dependency_overrides
in your pubspec.yaml file, like so
dependency_overrides:
intl: ^0.18.1
Can you try the above and tell me if it works
If the above did not work for you, please feel free to reopen this issue
@jama5262 intl: ^0.18.1
Resolving dependencies... Because depends on jiffy ^6.3.0 which depends on intl ^0.19.0, intl ^0.19.0 is required. So, because zhuoshengwei_mobile depends on intl ^0.18.1, version solving failed.
You can try the following suggestion to make the pubspec resolve:
The problem still exists
Because jiffy >=6.2.2 depends on intl ^0.19.0 and every version of flutter_localizations from sdk depends on intl 0.18.1