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
intl
charts_common and charts_flutter currently restrict their intl dependency to a version < 0.18.0.
charts_common
charts_flutter
This is incompatible with the latest flutter (master branch). Would it possible to lift/loosen the constraint?
The text was updated successfully, but these errors were encountered:
same problem here
Sorry, something went wrong.
You can override the dependency. dependency_overrides: intl: ^0.18.1
dependency_overrides: intl: ^0.18.1
No branches or pull requests
charts_common
andcharts_flutter
currently restrict theirintl
dependency to a version < 0.18.0.This is incompatible with the latest flutter (master branch). Would it possible to lift/loosen the constraint?
The text was updated successfully, but these errors were encountered: