pdfrx_coregraphics 0.1.10
pdfrx_coregraphics: ^0.1.10 copied to clipboard
CoreGraphics-backed Pdfrx engine layer for Apple platforms.
0.1.10 #
- Updated to pdfrx_engine 0.3.6
- NEW:
PdfDateTimeextension type for PDF date string parsing - NEW:
PdfAnnotationclass for PDF annotation metadata extraction (#546)
0.1.9 #
- Updated to pdfrx_engine 0.3.4
- NEW: Progressive loading helper functions -
ensureLoaded()andwaitForLoaded() - NEW:
PdfPageStatusChange.pageproperty for easier access to updated page instances
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 bypdfrxFlutterInitialize()) - Implemented
PdfrxBackendenum support
0.1.3 #
- BREAKING: Renamed
PdfrxEntryFunctions.initPdfium()toPdfrxEntryFunctions.init()for consistency - Updated README with documentation for
dart run pdfrx:remove_darwin_pdfium_modulescommand 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