You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Latest 'image_compare' package version 1.1.2 is compatible only with older version of 'image' package 3.3.0 whereas the latest version of 'image' package is 4.1.4.
Terminal after running 'flutter pub get':
Resolving dependencies... (1.5s)
Because image_compare 1.1.2 depends on image ^3.0.0 and no versions of image_compare match >1.1.2 <2.0.0, image_compare ^1.1.2 requires image ^3.0.0.
So, because projectname depends on both image ^4.0.17 and image_compare ^1.1.2, version solving failed.
You can try the following suggestion to make the pubspec resolve:
Consider downgrading your constraint on image: flutter pub add image:^3.3.0
The text was updated successfully, but these errors were encountered:
Latest 'image_compare' package version 1.1.2 is compatible only with older version of 'image' package 3.3.0 whereas the latest version of 'image' package is 4.1.4.
Terminal after running 'flutter pub get':
Resolving dependencies... (1.5s)
Because image_compare 1.1.2 depends on image ^3.0.0 and no versions of image_compare match >1.1.2 <2.0.0, image_compare ^1.1.2 requires image ^3.0.0.
So, because projectname depends on both image ^4.0.17 and image_compare ^1.1.2, version solving failed.
You can try the following suggestion to make the pubspec resolve:
The text was updated successfully, but these errors were encountered: