Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Specify flutter_shu_epub won't include the reader
Browse files Browse the repository at this point in the history
  • Loading branch information
getBoolean committed Aug 4, 2022
1 parent 7bb9c3c commit f0c57ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -21,7 +21,7 @@ being required in memory like in other popular epub packages.
- EpubArchiveIOController - Extends EpubControllerBase, uses file reference to the .epub file to only read in files when required.
However, this cannot take advantage of the system cache.
- (flutter_shu_epub) EpubCacheController - Extracts ePub contents onto an Android or iOS device and caches the location, allowing for
the reader to only load the needed files into memory
the reader to only load the needed files into memory. This only provides utility widgets and classes, it WILL NOT display the actual content of the ePub

and more...

Expand Down

0 comments on commit f0c57ba

Please sign in to comment.