epub_comic_reader 4.1.8
epub_comic_reader: ^4.1.8 copied to clipboard
Epub package fork. Suitable for use on Mobile comic epub books
4.1.8 #
- Fixed initial horizontal orientation
4.1.7 #
- Removed background processing
- Used Dio to handle http request
4.1.6 #
- Removed Encryption pattern
- Added background isolate processing to epub download
- Changed epub and html files working memory to cache and temporary directory
- Compressed epub and html files on save
- Set up background processing to download epub file
4.1.5 #
- Fixed the infinite loading problem
- Now HTML is being read from file instead from a string in memory
4.1.4 #
- Added a file compression function on saving epub to disk
- Added a dynamic solution to handling large epub files in memory using cache and local storage
- Fixed orientation bug that came as a result of storage solution implementation
4.1.3 #
- Added Zoom for android
4.1.2 #
- Removed fitted widget
- Calculated a set length for title length and added ellipses when relevant
4.1.1 #
- Improved memory management
4.1.0 #
- Added a book icon to the loading widget
- Reduced the size of numerical text in the loading widget
- Reduced the thickness of the loading bar in the loading widget
4.0.9 #
- Reduced spacing between images by enforcing existing space in CSS using !important
4.0.8 #
- Reduced the spacing between images to zero
4.0.7 #
- Fixed text length with ellipses in truncation
- Added multiple varied sizes in the title
4.0.6 #
- Added a fitted box to adjust title size according the text length
4.0.5 #
- Fixed local storage issue
4.0.4 #
- Merge all pull requests
3.0.0 #
Changed #
metadatafile now saves asmimetypepull#1
Added #
- Epub v3 support dart-epub | pull#76
- Doc comment dart-epub | pull#80
3.0.0-dev.3 #
Changed #
- At
EpubReader.{openBook, readBook}first argument can be future (not before)
2.1.0 #
Fixed #
- Version 3 EPUB's can have a null Table of Contents
- Updated
pedanticanalysis options
2.0.7 #
2.0.6 #
Fixed #
- Fixed Issue #35: File cannot be opened if its path is url-encoded in the manifest
- Updated
examples/dart_exto have a README as well as use a locally stored file.
2.0.3 #
2.0.0 #
1.3.1 #
1.2.10 #
Fixed #
- Merged pull request #15 from ShadowJonathan/dev.
- Fixes issue with parsing schema by removing
opf:namespace
- Fixes issue with parsing schema by removing
1.2.4 #
Changed #
- EnumFromString no longer uses the
mirrorspackage to make this Flutter compatible by @MostafaAyesh