PDFX: Downgrade uuid back to ^3.0.6
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.
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 the version 2.5.0 fixes that compile error for me
@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
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.
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
Iām facing the same issue as @rekire. uuid conflicting with amplify.