fayis672 / epub_viewer

A Flutter package for rendering Epub documents
https://pub.dev/packages/flutter_epub_viewer
BSD 3-Clause "New" or "Revised" License
12 stars 12 forks source link

load from local file #12

Closed pandora-house closed 4 months ago

pandora-house commented 4 months ago

As I understand, epubjs allow to get book from bytesArray

rodrigocanepa commented 4 months ago

There is a fork here with an interesting option to load local files:

https://github.com/polymorph001/epub_viewer

but is not completed yet because I can't read the chapters from that fork and the callbacks are no working well

fayis672 commented 4 months ago

There is a fork here with an interesting option to load local files:

https://github.com/polymorph001/epub_viewer

but is not completed yet because I can't read the chapters from that fork and the callbacks are no working well

This seems to be a good approach