Skip to content
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

Closed
rostislav-maslov opened this issue Mar 20, 2024 · 5 comments
Closed

[FR] Old version of intl ^0.18.0 #749

rostislav-maslov opened this issue Mar 20, 2024 · 5 comments

Comments

@rostislav-maslov
Copy link

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

@Alvish0407
Copy link

You can try

dependency_overrides:
  intl: ^0.19.0

@LucasXu0
Copy link
Collaborator

Because every version of flutter_localizations from sdk depends on intl 0.18.1 and appflowy_editor depends on intl
  ^0.19.0, flutter_localizations from sdk is forbidden.
So, because appflowy_editor depends on flutter_localizations from sdk, version solving failed.

I rely on the Flutter upgrade to fix this error. v3.21.0

@penkzhou
Copy link
Contributor

now flutter version 3.22.0 has released. @LucasXu0

@LucasXu0
Copy link
Collaborator

@penkzhou Thanks for the reminder.

@LucasXu0
Copy link
Collaborator

#797

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants