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

Conflict in Flutter Latest Version #3

Open
ssatz opened this issue Mar 29, 2023 · 1 comment
Open

Conflict in Flutter Latest Version #3

ssatz opened this issue Mar 29, 2023 · 1 comment

Comments

@ssatz
Copy link

ssatz commented Mar 29, 2023

Hi,

Thanks for the wonderful package! I am trying to install the package but throws below error

Because every version of flutter from sdk depends on meta 1.8.0 and every version of replicate depends on meta ^1.9.0, flutter from sdk is incompatible with replicate.
So, because replicate_api depends on both flutter from sdk and replicate any, version solving failed.
@azizafif
Copy link

azizafif commented Apr 9, 2023

I faced the some error. You should ovverride meta and collection as well.
dependency_overrides:
meta: 1.9.1
collection: ^1.17.1

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

2 participants