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

PDFX: Downgrade uuid back to ^3.0.6

Open rekire opened this issue 2 years ago • 6 comments

When I upgraded to pdfx 2.5.0 I run into a dependency hell where I get multiple errors of other packages which require the version 3.0.x

Is there any real reason to update it to the newer version? I downgraded it locally and it still works as expected.

rekire avatar Nov 20 '23 08:11 rekire

Would love to see a version up on pub dev that addresses this and the DecoderCallback issue (2.5.0 addresses neither). None of our other dependencies are using the latest uuid package, so we have to force it back down to 3.0.7 in our dependency overrides

rpekarek-tc avatar Nov 20 '23 16:11 rpekarek-tc

@rpekarek-tc the version 2.5.0 fixes that compile error for me

rekire avatar Nov 20 '23 16:11 rekire

@rekire you must not be using Flutter 3.16 then? The fix was pushed 3 days ago and 2.5.0 was published 17 days ago

rpekarek-tc avatar Nov 20 '23 16:11 rpekarek-tc

Yes I am using 3.16, but when I overwrote the uuid dependency I used the main branch and not the 2.5.0 branch. So I was wrong.

rekire avatar Nov 20 '23 19:11 rekire

Would love to see a version up on pub dev that addresses this and the DecoderCallback issue (2.5.0 addresses neither). None of our other dependencies are using the latest uuid package, so we have to force it back down to 3.0.7 in our dependency overrides

we've worked out two different fixes for the deprecated decodercallback issue right here if you are interested: https://github.com/ScerIO/packages.flutter/issues/448#issuecomment-1819884276

GoodjoeDev avatar Nov 20 '23 22:11 GoodjoeDev

I’m facing the same issue as @rekire. uuid conflicting with amplify.

xonaman avatar Nov 26 '23 17:11 xonaman