pdfrx_coregraphics 0.1.10 copy "pdfrx_coregraphics: ^0.1.10" to clipboard
pdfrx_coregraphics: ^0.1.10 copied to clipboard

PlatformiOSmacOS

CoreGraphics-backed Pdfrx engine layer for Apple platforms.

0.1.10 #

  • Updated to pdfrx_engine 0.3.6
  • NEW: PdfDateTime extension type for PDF date string parsing
  • NEW: PdfAnnotation class for PDF annotation metadata extraction (#546)

0.1.9 #

0.1.8 #

  • Updated to pdfrx_engine 0.3.0

0.1.7 #

  • Updated to pdfrx_engine 0.2.4

0.1.6 #

  • Updated to pdfrx_engine 0.2.3

0.1.5 #

  • Fixed destination handling issues where some PDF destinations could not be processed correctly

0.1.4 #

  • Updated to pdfrx_engine 0.2.2
  • Updated README example to remove explicit WidgetsFlutterBinding.ensureInitialized() call (now handled internally by pdfrxFlutterInitialize())
  • Implemented PdfrxBackend enum support

0.1.3 #

  • BREAKING: Renamed PdfrxEntryFunctions.initPdfium() to PdfrxEntryFunctions.init() for consistency
  • Updated README with documentation for dart run pdfrx:remove_darwin_pdfium_modules command to reduce app size
  • Updated to pdfrx_engine 0.2.0

0.1.2 #

  • Added Swift Package Manager (SwiftPM) support for easier integration
  • Internal code structure reorganization and formatting improvements

0.1.1 #

  • Initial CoreGraphics-backed Pdfrx entry implementation for iOS/macOS