orthros / dart-epub

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

reading epub file is slow and take a lot of time #66

Open armanhadifatah opened 5 years ago

armanhadifatah commented 5 years ago

It loads everything first into memory which takes a lot of time that way. this is a problem when the epub file gets larger Another problem that it doesn't have pagination which is something necessary.

something else is that you can't load images with HTML. how to load images within the pages? it gives HTML and images separately

mubharaq commented 4 years ago

@armanhadifatah please do you have an example of how you were able to display the html content in the flutter app?