CrossPT / flutter_plugin_pdf_viewer

A flutter plugin for handling PDF files. Works on both Android & iOS
BSD 3-Clause "New" or "Revised" License
92 stars 309 forks source link

Problem with RxDart #75

Open FranciscoPV94 opened 3 years ago

FranciscoPV94 commented 3 years ago

So, because at_ciudadana_app depends on flutter_plugin_pdf_viewer ^1.0.7, version solving failed. pub get failed (1; So, because at_ciudadana_app depends on flutter_plugin_pdf_viewer ^1.0.7, version solving failed.) exit code 1

i need use ^0.24.1 in my project

danielmessi13 commented 3 years ago

I have the same problem.

premy commented 3 years ago

and for me: Because flutter_plugin_pdf_viewer >=1.0.4 depends on rxdart ^0.21.0 and flutter_cache_manager 1.4.1 depends on rxdart >=0.23.1 <0.25.0, flutter_plugin_pdf_viewer >=1.0.4 is incompatible with flutter_cache_manager 1.4.1.

premy commented 3 years ago

Is this package still supported?