am_epub_parser
Epub Parser for Dart. Epub package fork. Suitable for use on the Server, the Web, or in Flutter
3.1.2
akmittal006/epub_parser
What this package is like to depend on
Last release 8 months ago
20 Dec 2025
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
8 months old
3 releases · first in 2025
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · Dec 2025 to Dec 2025
2026
Releases
latest 3-
3.1.220 Dec 2025Release notes
Open source →Fixed
- Fix XML text extraction using
.innerTextinstead of.valuefor element nodes - Restores correct parsing of book titles, authors, descriptions, and navigation labels
- Fix XML text extraction using
-
3.1.120 Dec 2025Release notes
Open source →Fixed
- Resolve all flutter analyze issues
- Fix broken import in epub_book.dart
- Remove deprecated .text usage in favor of .value for XML parsing
- Remove dead code and unused imports
- Fix style issues (single quotes, curly braces, type annotations)
-
3.1.019 Dec 2025Release notes
Open source →Added
- Improved EPUB3 navigation support
Changed
- Use spine-based chapter reading for all EPUB versions
- Extend navigation reader to handle EPUB3 table of contents