epub_reader
epub_reader copied to clipboard
An open source book reader developed in Flutter
I don't know what is better: fetching HTML from webview or injecting JavaScript and processing HTML from a local webserver. From the code of epub_renderer, JavaScript from webview has to...
Bookmarks are useful for quickly saving your location in a book and going somewhere else without any risks. ### The implementations: - [ ] A new screen similar to the...
https://github.com/FlafyDev/epub_reader/assets/51503947/70124b50-4381-4eae-91be-73e1e6dfb136 When reopen a book on iOS, the ebook player will load next 3 chapters but not last saved point.
After downloading a file from the browser, loading it in the app using the file picker and then trying to open that file results in this error. Unhandled Exception: Unable...
In any page, select first word and highlight it then page is loading (page is not ready). Reopen book, after navigate to this page by location, can not transition to...
This is because of the inconsistency between the number of text nodes in the app and in the renderer. IMO this is not worth fixing until #2 is fixed.
If you have a book in a shelf, it will appear both in the All view and the Shelves view. Going into the book in one view, then going through...
Right now all the data of the reader is saved on the device. This includes the epub files of the books and the reading progress of each book. The disadvantages...
The search results when searching queries in books are bad. Here is how the search fails. ```html This is a short paragraph ``` | Query | Found | | -...