Flutterando / modular

A smart project structure
https://pub.dev/packages/flutter_modular
Other
1.31k stars 254 forks source link

Incompatible dependency version #935

Closed migdev-br closed 8 months ago

migdev-br commented 9 months ago

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 commented 9 months ago

Hi team, any new on this? pls advise.

Pachebel commented 8 months ago

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 commented 8 months ago

Pubspec.yaml

[...]
dependency_overrides::
  uuid: <put here the higher version that your packages require>
[...]
migdev-br commented 8 months ago

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