packages.flutter icon indicating copy to clipboard operation
packages.flutter copied to clipboard

Pdfx depends on device_info_plus

Open VersaDesenvolvimento opened this issue 1 year ago • 6 comments

Because pdfx >=2.0.1+3 <2.1.1 depends on device_info_plus ^3.2.4 and pdfx <2.0.1+3 depends on device_info_plus ^3.2.1, pdfx <2.1.1 requires device_info_plus ^3.2.1. And because pdfx >=2.1.1 depends on device_info_plus ^4.0.0, every version of pdfx requires device_info_plus ^3.2.1 or ^4.0.0.

Current version of device_info_plus is 8.2.0

Could you update pdfx?

Thanks

Frederico Rodrigues

VersaDesenvolvimento avatar Apr 23 '23 14:04 VersaDesenvolvimento

I am facing the same conflict with upgrader package

Abdelazeem777 avatar Apr 26 '23 00:04 Abdelazeem777

Same issue here, please update dependencies 🙏

DJTB avatar Apr 27 '23 04:04 DJTB

Facing this conflict too

ItzDavi avatar Apr 28 '23 10:04 ItzDavi

I found out that the device_info version is already updated on the main branch but not published yet

so for now you can just use it like this

pdfx:
    git:
      url: "https://github.com/ScerIO/packages.flutter"
      path: packages/pdfx

Abdelazeem777 avatar Apr 30 '23 09:04 Abdelazeem777

Great, thank you!

ItzDavi avatar Apr 30 '23 09:04 ItzDavi

Now if someone could do this for ^9.0.0 as well...

bastibense avatar Jun 21 '23 06:06 bastibense