Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

epubx : .CoverImage doesn't seem to work #4

Open
sidetraxaudio opened this issue Jul 4, 2021 · 2 comments
Open

epubx : .CoverImage doesn't seem to work #4

sidetraxaudio opened this issue Jul 4, 2021 · 2 comments
Assignees

Comments

@sidetraxaudio
Copy link

Describe the bug
As reported in the original pre-fork version, After EpubReader.readBook loads an epub, most epubs fail to return anything from (loadedBook).CoverImage

To Reproduce
loadedBook = (await rootBundle.load(bookPath)).buffer.asUint8List();
works fine
currentBook = EpubReader.readBook(loadedBook);
works fine
bookCoverImage= currentBook.CoverImage;
Always seems to return null

Expected behaviour
A returned image object containing data

Additional context
See Issues section of original package that this is a fork of.

@SergeShkurko SergeShkurko transferred this issue from ScerIO/packages.flutter Nov 4, 2021
@RomanSoviak
Copy link

Have the same issue

@AsimBhadra
Copy link

Same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants