epubber library

Constants

MIN_LEADING_EDGE → const double
MIN_TRAILING_EDGE → const double

Functions

convertDocumentToElements(Document document) List<Element>
parseChapters(EpubBook epubBook) List<EpubChapter>
parseParagraphs(List<EpubChapter> chapters, EpubContent? content) ParseParagraphsResult

Typedefs

ChapterBuilder = Widget Function(EpubChapterViewValue? chapter)
ChaptersBuilder = Widget Function(BuildContext context, List<EpubChapter> chapters, List<Paragraph> paragraphs, int index)
ExternalLinkPressed = void Function(String href)