eGust / epub-package.dart

A dart package to parse EPUB files
MIT License
28 stars 8 forks source link

Limitations & Scope for this project? #1

Closed l-k22 closed 5 years ago

l-k22 commented 5 years ago

Hi I just noticed this package, I was wondering if this was purely a reader or is there a widget to display the content, flip through pages, bookmark and search, or if you had planned to implement this in the future?

Thanks

eGust commented 5 years ago

This repo is not about a UI component for epub. It's dealing with the epub file format.

If you are interested in how to display it, I always do that work in a web way: html + css + js. I am writing a reader now but not actively, since the WebView component I am using does not support ios yet. It can display and flip now. To display toc is my next task and sure I will have some bookmarks functionality. But not sure about searching.

eGust commented 5 years ago

Closed since no feedback