MTschannett / image_feature_detector

A image feature detector using opencv
Other
18 stars 10 forks source link

Update path_provider version in pubspec.yaml #10

Open spidgorny opened 4 years ago

spidgorny commented 4 years ago

Please update path_provider dependency to a newer version. The current old version is conflicting with other plugins.

Because extended_image_library 0.1.8 depends on path_provider ^1.1.2 and no versions of extended_image_library match >0.1.8 <0.2.0, extended_image_library ^0.1.8 requires path_provider ^1.1.2.

And because every version of image_feature_detector depends on path_provider ^0.5.0+1, image_feature_detector is incompatible with extended_image_library ^0.1.8.

And because extended_image 0.6.4 depends on extended_image_library ^0.1.8 and no versions of extended_image match >0.6.4 <0.7.0, image_feature_detector is incompatible with extended_image ^0.6.4.
So, because flutter_ampera_consumption depends on both extended_image ^0.6.4 and image_feature_detector ^0.2.1, version solving failed.
pub get failed (1)

Thanks.

Throvn commented 2 years ago

13 Would close this issue.