plus_plugins icon indicating copy to clipboard operation
plus_plugins copied to clipboard

[Question]: Bumping [package_info_plus_windows] ffi dependency version

Open adigladi opened this issue 3 years ago • 3 comments

What is your question?

Hi! Currently in our project (iOS/Android) we are encountering issues when using ffi version 2 since package_info_plus_windows depends on an older version of ffi (1.0.0). Is it possible to bump this dependency version? We can override that dependency for now, but might be a good upgrade for the plugin if possible.

adigladi avatar Jun 29 '22 14:06 adigladi

I think we need to update the ffi version.

device_info_plus dependence got an update and now the ffi version gets conflicted.

Because no versions of package_info_plus match >1.4.2 <2.0.0 and package_info_plus 1.4.2 depends on package_info_plus_windows ^1.0.5, package_info_plus ^1.4.2 requires package_info_plus_windows ^1.0.5.
And because no versions of package_info_plus_windows match >1.0.5 <2.0.0 and package_info_plus_windows 1.0.5 depends on ffi ^1.0.0, package_info_plus ^1.4.2 requires ffi ^1.0.0.
And because device_info_plus >=4.0.1 depends on device_info_plus_windows ^3.0.1 which depends on ffi ^2.0.1, package_info_plus ^1.4.2 is incompatible with device_info_plus >=4.0.1.
So, because cybear_jinni depends on both device_info_plus ^4.0.1 and package_info_plus ^1.4.2, version solving failed.
pub get failed (1; So, because cybear_jinni depends on both device_info_plus ^4.0.1 and package_info_plus ^1.4.2, version solving failed.)

guyluz11 avatar Jul 18 '22 08:07 guyluz11

Found pull request that should fix that #932

guyluz11 avatar Jul 18 '22 09:07 guyluz11

Hi @adigladi

My pull request got merged, you can close the issue now.

guyluz11 avatar Jul 21 '22 11:07 guyluz11

Thank you @guyluz11!

adigladi avatar Sep 26 '22 13:09 adigladi