orthros / dart-epub

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

Do not depend on (private) inner packages of dart-xml. #39

Closed renggli closed 5 years ago

renggli commented 5 years ago

I noticed that your package depends on some (private) inner packages of dart-xml. The next release of dart-xml would break your code, because I changed the internal package structure to match the Dart guidelines. This change simply imports the main library, and only shows the desired builder class.

orthros commented 5 years ago

Thank you!