flutter_epub_viewer library
Classes
- ContextMenu
-
Class that represents the WebView context menu. It used by
PlatformWebViewCreationParams.contextMenu. - ContextMenuItem
- Class that represent an item of the ContextMenu.
- ContextMenuSettings
- Class that represents available settings used by ContextMenu.
- EpubChapter
- Epub chapter object
- 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
- LocalServerController
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.