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

Couldn't upgrade packages due to version failed between epub_view ^3.0.0 and xml ^6.2.2,

Open user1234952 opened this issue 1 year ago • 0 comments

Because epub_view >=2.3.0 depends on epubx ^3.0.0 which depends on xml ^5.3.1, epub_view >=2.3.0 requires xml ^5.3.1. So, because the application depends on both epub_view ^3.0.0 and xml ^6.2.2, version solving failed.

Since the epub_view >=2.3.0 requires xml ^5.3.1 and some other package in my application requires xml ^6.2.2 , version solving is getting failed.

for example : epub_view >=2.3.0 requires xml ^5.3.1. And because image >=3.2.1 depends on xml ^6.0.1, epub_view >=2.3.0 is incompatible with image >=3.2.1. So, because application depends on both image ^4.0.15 and epub_view ^3.0.0, version solving failed.

user1234952 avatar Apr 13 '23 06:04 user1234952