pdfrx 0.2.4 copy "pdfrx: ^0.2.4" to clipboard
pdfrx: ^0.2.4 copied to clipboard

Yet another PDF renderer for Flutter using PDFium.

0.2.4 #

  • Now uses plugin_ffi. (Not containing any Flutter plugin stab)

0.2.3 #

  • Fixed: #6 PdfPageWeb.render behavior is different from PdfPagePdfium.render.

0.2.2 #

  • Explicitly specify Flutter 3.16/Dart 3.2 as NativeCallable.listener does not accept non-static function (#5)

0.2.1 #

  • Stabilizing API surface
    • Introducing PdfViewer.asset/file/uri/custom
    • PdfViewer has documentLoader to accept function to load PdfDocument
  • Fixes minor issues on PdfViewer

0.2.0 #

  • Introducing PdfDocument.openUri/PdfFileCache* classes
  • Introducing PdfPermissions
  • PdfPage.loadText/PdfPageText for text extraction
  • Android NDK CMake to 3.18.1

0.1.1 #

  • Document updates
  • pdf.js 3.11.174

0.1.0 #

  • First release (Documentation is not yet ready)