flutter_epub_viewer library
Classes
- EpubChapter
- Epub chapter object
- EpubContextMenu
- The native text-selection context menu (mobile/desktop only).
- EpubContextMenuItem
- A single item in the native text-selection context menu (mobile/desktop).
- EpubController
- EpubDisplaySettings
- EpubLocation
- EpubMetadata
- EpubSearchResult
- EpubSource
- Epub file source
- EpubTextExtractRes
- Epub text extraction callback object
- EpubTextSelection
- Epub text selection callback object
- EpubTheme
- Class for customizing the theme of the reader
- EpubViewer
Enums
Functions
-
parseChapterList(
dynamic result) → List< EpubChapter>
Typedefs
- EpubSelectionCallback = void Function(String selectedText, String cfiRange, Rect selectionRect, Rect viewRect)
- Callback for text selection events with WebView-relative coordinates.