-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
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
[FR] Old version of intl ^0.18.0 #749
Comments
You can try dependency_overrides:
intl: ^0.19.0 |
I rely on the Flutter upgrade to fix this error. v3.21.0 |
@penkzhou Thanks for the reminder. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Hi!
I found an error when try add appflowy_editor. appflowy_editor use old version of intl. Can you please update version of intl lib.
https://pub.dev/packages/intl/versions
Error description:
Because appflowy_editor >=1.0.0-dev.0 depends on intl ^0.18.0 and pluto_grid 8.0.0 depends on intl ^0.19.0, appflowy_editor >=1.0.0-dev.0 is incompatible with pluto_grid 8.0.0.
And because no versions of pluto_grid match >8.0.0 <9.0.0, appflowy_editor >=1.0.0-dev.0 is incompatible with pluto_grid ^8.0.0.
So, because campus_core_app depends on both pluto_grid ^8.0.0 and appflowy_editor ^2.3.3, version solving failed.
Impact
All users who use newest version of intl lib.
Additional Context
No response
The text was updated successfully, but these errors were encountered: