orthros / dart-epub

Epub Reader and Writer for Dart
MIT License
218 stars 226 forks source link

XML dependency #82

Open kanybekov66 opened 3 years ago

kanybekov66 commented 3 years ago

Please update XML dependency

mouEsam commented 3 years ago

To solve your issue real quick I suggest you override the dependency yourself by adding this to your pubspec.yaml

dependency_overrides:
    xml: ^latest_version

which currently is 4.5.1

If I am not mistaken you might want to override flutter_svg as well, so

dependency_overrides:
    flutter_svg: ^0.18.0
    xml: ^4.5.1
SergeShkurko commented 3 years ago

actual published fork pub: https://pub.dev/packages/epubx git: https://github.com/rbcprolabs/epubx.dart