espresso3389/pdfrx

Please update rxdart to rxdart: ^0.28.0 (latest version) to lift dependency constraint

Closed this issue · 7 comments

Can you please asap update rxdart: to version ^0.28.0 now (rxdart ^0.27.7)

Other plugins still depend on rxdart 0.27.X and pdfrx could not break consistency with them.

Of couse you can use dependency_overrides to use 0.28.0; pdfrx does not have known compatibility issues with 0.28.X.

Other plugins still depend on rxdart 0.27.X and pdfrx could not break consistency with them.

Of couse you can use dependency_overrides to use 0.28.0; pdfrx does not have known compatibility issues with 0.28.X.

When will this be fixed ? override can't be a sustainable sulution...

I also want to know when.
No one explicitly or imlicitly say when but every plugin author thinks it is not today...
Whatever the future will be, we are only to use dependency_overrides.

@stan-at-work By the way, why do you want to upgrade rxdart to 0.28.X? Any other plugins? Any new features provided by rxdart?

I've googled around other plugins:

And, found that just_audio workarounds the issue in very interesting way.

rxdart: '>=0.26.0 <0.29.0'

I can do the same on pdfrx!

Fixed on 96949ea (1.0.82).

Thanks