plus_plugins icon indicating copy to clipboard operation
plus_plugins copied to clipboard

[Request]: Please upgrade device_info_plus_windows to ffi ^2.0.1

Open Mmisiek opened this issue 3 years ago • 2 comments

Plugin

device_plus_info_windows

Use case

The use of old ffi blocks adding new plugins like catcher:

Because device_info_plus >=2.1.0 <3.2.1 depends on device_info_plus_windows ^2.1.0 and device_info_plus >=3.2.1 <4.0.1 depends on device_info_plus_windows ^2.1.1, device_info_plus >=2.1.0 <4.0.1 requires device_info_plus_windows ^2.1.0. And because catcher >=0.6.9 depends on device_info_plus ^3.1.1, catcher >=0.6.9 requires device_info_plus_windows ^2.1.0. And because device_info_plus_windows >=1.0.0-nullsafety.0 <3.0.0 depends on ffi ^1.0.0 and file_picker >=5.0.0 depends on ffi ^2.0.1, catcher >=0.6.9 is incompatible with file_picker >=5.0.0. So, because trader_view_app depends on both file_picker ^5.0.1 and catcher ^0.6.9, version solving failed. pub get failed (1; So, because trader_view_app depends on both file_picker ^5.0.1 and catcher ^0.6.9, version solving failed.)

Proposal

Upgrade dependency to ffi 2.0.1

Mmisiek avatar Sep 16 '22 20:09 Mmisiek

I think there were a couple of PRs already upgrading ffi for win on other plugins in this repo.

I'll try to do this during this week, but if you can take a look at those changes and submit a similar pr, the patch should be easy to do.

miquelbeltran avatar Sep 17 '22 19:09 miquelbeltran

Actually, ffi is already at 2.0.1 for package_info_plus_windows 3.0.0, and you are using an old version of device_info_plus. Upgrade to the latest device_info_plus.

miquelbeltran avatar Sep 19 '22 06:09 miquelbeltran

Closing because using outdated version

miquelbeltran avatar Sep 30 '22 05:09 miquelbeltran

Thanks

Mmisiek avatar Sep 30 '22 05:09 Mmisiek