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

Incompatible dependency version #935

Closed
migdev-br opened this issue Feb 11, 2024 · 4 comments
Closed

Incompatible dependency version #935

migdev-br opened this issue Feb 11, 2024 · 4 comments
Labels
new New issue request attention

Comments

@migdev-br
Copy link

Hi team, the fluter_modular last version 6.3.2 has dependency versions that are incompatible with some packages such as image_network 2.5.6 and/or fast_cached_network_image 1.2.6, it seems something related to uuid dependency.

Could you please have a look?
Thanks in advance,

@migdev-br migdev-br added the new New issue request attention label Feb 11, 2024
@migdev-br
Copy link
Author

Hi team, any new on this? pls advise.

@Pachebel
Copy link

Hi @migdev-br, until we wait for an update of the package, you can use a version that is compatible with your project:

Pubspec.yaml

[...]
dependencies:
  flutter_modular: any
[...]

@eduardoflorence
Copy link

Pubspec.yaml

[...]
dependency_overrides::
  uuid: <put here the higher version that your packages require>
[...]

@migdev-br
Copy link
Author

I decides to add a different package and it is working now...

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

No branches or pull requests

3 participants