view/alh_pdf_view library

Classes

AlhPdfView
Showing PDF with given filePath or bytes.

Typedefs

ErrorCallback = void Function(dynamic error)
LinkHandleCallback = void Function(String url)
PageChangedCallback = void Function(int page, int total)
PageErrorCallback = void Function(int page, dynamic error)
PDFViewCreatedCallback = void Function(AlhPdfViewController controller)
RenderCallback = void Function(int pages)
ZoomChangedCallback = void Function(double zoom)