epub_view library
Classes
- DefaultBuilderOptions
-
EnumFromString<
T> - EpubBook
- EpubBookRef
- EpubByteContentFile
- EpubChapter
- EpubChapterRef
- EpubContent
- EpubContentFile
- EpubController
- EpubDocument
- EpubGuide
- EpubGuideReference
- EpubManifest
- EpubManifestItem
- EpubMetadata
- EpubMetadataCreator
- EpubPackage
- EpubReader
- A class that provides the primary interface to read Epub files.
- EpubSchema
- EpubSpine
- EpubSpineItemRef
- EpubTextContentFile
- EpubView
- EpubViewActualChapter
-
EpubViewBuilders<
T> - EpubViewTableOfContents
- EpubWriter
- Image
- An image buffer where pixels are encoded into 32-bit unsigned ints (Uint32).
Typedefs
- ChapterBuilder = Widget Function(EpubChapterViewValue? chapter)
- ChapterDividerBuilder = Widget Function(EpubChapter value)
-
ChaptersBuilder
= Widget Function(BuildContext context, EpubViewBuilders builders, EpubBook document, List<
EpubChapter> chapters, List<Paragraph> paragraphs, int index, int chapterIndex, int paragraphIndex, ExternalLinkPressed onExternalLinkPressed) -
EpubViewBuilder<
T> = Widget Function(BuildContext context, EpubViewBuilders< T> builders, EpubViewLoadingState state, WidgetBuilder loadedBuilder, Exception? loadingError) - ExternalLinkPressed = void Function(String href)