We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Have you checked with the latest intl_utils version https://pub.dev/packages/intl_utils/changelog ?
Sorry, something went wrong.
Thanks for answering, Using intl_utils 2.8.7 but got conflicts with other dependencies because it needs analyzer: ^6.0.0
intl_utils 2.8.7
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 :(
use flutter 3.27.0,in pubspec.yaml intl: ^0.19.0 to intl: any
pubspec.yaml
intl: ^0.19.0
intl: any
No branches or pull requests
Hi
Because flutter localizations depend on intl 0.19.0, when I try to update flutter I get:
The text was updated successfully, but these errors were encountered: