- Use pdfDpi on CPP lib
- set PDFIUM_ARCH according to FLUTTER_TARGET_PLATFORM [nik012003]
- Make pdf background transparent on windows and linux [Mohammad Rasim]
- Set Flutter 3.10 as the minimum version
- Fix web builds with Flutter 3.10
- Fix cmake build on Linux and Windows
- Update Google Fonts
- Fix CMP0135 policy issue [Jemis Goti]
- Fix raster crash on iOS and MacOS [Eduardo Vital Alencar Cunha]
- Fix wrong format in directPrintPdf []
- Add compatibility with Android Gradle Plugin 8.0 [asaarnak]
- Add compatibility with Flutter 3.10
- Re-init UIPrinter cause issues with delegate [Hasan]
- Check if widget is mounted before setState [asaarnak]
- Fix Flutter 3.9 deprecations
- Improve podspec files
- Fix loading pdfjs in debug mode
- Remove deprecated Android embedding
- Add custom pages builder to PdfPreview widget [Milad akarie]
- Update Image dependency
- Fix canChangeOrientation option not appearing bug [Bilal Raja]
- Add Support cmaps option on printing web [Koji Wakamiya]
- Add Flutter 3.7 compatibility
- Add an option to shrinkwrap preview and set scrollablePhysics [Damian Bast]
- Resolve driver compatibility issues on Windows [Alban]
- Added mounted check for setState in printing>preview>raster [Julius Alibrown]
- Added showsCopies option to print panel [Benjamin Kraatz]
- Support latest version of package:ffi [Xavier Hainaux]
- Update Pdfium to version 5200
- iOS: Set cutLength to be currentSize.height [Liam Downey]
- Add Flutter 3 warning workaround
- Improve PdfPreview memory consumption
- Clean up memory usage when using pdf.js [Garrett]
- Specify the device's temp folder on Android [Álvaro Claro]
- Typo: change "DownloadbleFont" to "DownloadableFont"
- Remove default .pdf extension added to the Android printJob
- PdfPreview supports generic Widgets as actions
- Update SWIFT code formatter to version 5
- Fix Xcode 13.3 out of memory issue
- Fix orientation not changing
- Fix compilation issues with Swift 6 [Cedric Tegenkamp]
- Fix crash when Android load a PDF file which had password
- Fix PdfPreview page format and orientation updates
- Update Pdfium version to 4929
- Automatic pdf.js library loading
- Fix dispose state issue
- Add onPageFormatChanged event
- Fix raster quality on Android
- Use a CDN for emoji and cupertino fonts
- Improved Android rendering
- Add dpi attribute to PdfPreview
- Update Google Fonts, fixes documentation issues
- Fix imports for Dart 2.15
- Fix print dialog crash on Linux
- Fix directPrint printer selection on macOS
- Fix AssetManifest
- Update Google Fonts
- Add a default theme initializer
- Use RENDER_MODE_FOR_DISPLAY on Android
- Enable usage of printer's settings on Windows [Alban Lecuivre]
- Update android projects (mavenCentral, compileSdkVersion 30, gradle:4.1.0)
- Use syscall(SYS_memfd_create) instead of glibc function memfd_create [Obezyan]
- Fix directPrint issue with iOS 15
- Improve PdfPreview actions
- Update dependencies
- Update README
- Fix Windows initial page format
- Fix Windows string encoding
- Fix Windows print margins
- Fix macOS printing
- Update Linux and Windows pdfium libraries to 4706
- Remove extra scroll bars on desktop [Jonathan Salmon]
- Allow host app to override pdfium version [Jon Salmon]
- Update Google fonts
- Fix typo in README
- Fix iOS build warning
- Fix pdfium memory leak
- Fix error while loading shared libraries on Linux
- Update pdfium library to 4627
- Apply Flutter 2.5 coding style
- Add WidgetWraper.fromWidget()
- Allow overriding defaultCache
- Add custom loading widget to PdfPreview widget
- Update Pdfium libraries
- Use proper print dialog on Firefox
- Mitigate Safari 14.1.1 print() bug
- Always use HTTPS to download Google Fonts
- Add Google Fonts support
- Fix raster crash on all OS.
- Improve PdfPreview widget
- Fix Linux build on Debian 9
- Added a boolean toggle to show/hide debug switch
- Fix iOS build when not using use_framework!
- Fix WidgetWraper
- Fix Linux build
- Improve Android page format detection [Deepak]
- Add previewPageMargin and padding parameters [Deepak]
- Fix Scrollbar positionning and default margins
- Add shouldRepaint parameter
- Fix icon colors
- Fix Windows build
- Fix lint warnings
- Fix PdfPreview timer dispose [wwl901215]
- Remove unnecessary _raster call in PdfPreview [yaymalaga]
- Added subject, body and email parameters in sharePdf [Deepak]
- Subject, body and emails parameter to pdf preview [Deepak]
- Improve console error reporting
- Fix RichText annotations
- Fix rotated pages display on iOS and macOS
- Fix iOS/macOS release build not working
- Fix some linting issues
- Fix Web print
- Update dependencies
- Add imageFromAssetBundle and networkImage
- Add Page orientation on PdfPreview
- Improve PrintJob object
- Implement dynamic layout on iOS and macOS
- Review directPrint internals
- Fix PdfPreview default locale
- Remove useless files
- Add WidgetWraper as an ImageProvider insead of wrapWidget()
- Opt-In null-safety
- Remove deprecated methods
- Document.save() now returns a Future
- Implement pan and zoom on PdfPreview widget
- Improve orientation handling
- Improve directPrint
- Remove the windows DLL
- Add Linux platform
- Fix Printing on WEB
- Fix raster pages on Android and Web
- Fix Pdf Raster on WEB
- Fix Windows memory leaks
- Implement missing Windows features
- Add beta support for Windows Desktop
- Remove useless android dependencies, reduces the final apk file size.
- Fix Android compilation issues
- Added theme color to dropdown item in pageFormat selector in page preview
- Update the example to use PdfPreview
- Add missing
await
s
- Added pdfFileName prop to PdfPreview Widget [Marcos Rodriguez]
- Fix PdfPreview unhandled exception when popped [computib]
- Allow to disable actions in PdfPreview [Nicolas Lopez]
- Add decoration options to the PdfPreview Widget [Marcos Rodriguez]
- Allow building for Android SDK 16
- Fix font scaling in convertHtml()
- Add PdfPreview Widget
- Implement Printing.raster() on Flutter Web
- Fix Swift 5 deprecated function
- Improve code documentation
- Remove width and height parameters from wrapWidget helper
- Add wrapWidget helper
- Add integration tests for wrapWidget
- Add meta and image dependencies
- Update README
- Remove deprecated API
- Use plugin_platform_interface
- Fix inconsistent API
- Add Unit tests
- Update example tab
- Uniformize examples
- Optimize memory footprint
- Add PdfRaster.asImage()
- Migrate to the new Android plugins APIs
- Fix Android app freeze
- Add Raster PDF to Image
- Add a link to the Web example
Breaking change: this version is only compatible with flutter >= 1.12
- Simplify iOS code
- Improve native code
- Add Printing.info()
- Use PageTheme in example
- Save shared pdf in the cache on Android
- Implement macOS embedding support
- Implement Flutter Web support
- Add Markdown example
- Update printing example
- Change the channel name
- Add Builder widget
- Improve Android registration
- Revert "Update plugin platforms" (Flutter 1.9.1)
- Add iOS Direct Print
- Fix iOS 13 bug
- Add QrCode to example
- Cancel print job in case of layout error
- Add printing completion
- Update example to show saved documents on iOS Files app
- Fix Html to Pdf paper size on iOS
- Update Pdf dependency
- Update Flutter and Dart dependency
- Add HTML to pdf platform conversion
- Fix issue with flutter 1.6.2+
- Update Readme
- Add file save and view to the example application
- Convert print screen example to Widgets
- Deprecate the document argument in Printing.sharePdf()
- Fix example application
- Fix Replace FlutterErrorDetails to be compatible with Dart 2.3.0
- Breaking change: Switch libraries to AndroidX
- Add Page information to PdfDoc object
- Restore compatibility with Flutter 1.0.0
- Update code to Dart 2.1.0
- Depends on pdf 1.3.3
- Fix iOS build with Swift
- Add installation instructions in the Readme
- Follow Flutter debug painting settings
- Fix dart lint warnings
- Add documentation
- Add a filename parameter for sharing
- Convert Objective-C code to Swift
- Update Readme
- Fix iOS printing issues
- Fix Pana linting notices
- Add a Flutter like Widget system
- Fix compileSdkVersion to match AppCompat
- Change license to Apache 2.0
- Implement asynchronous printing driven by the OS
- Rename classes to satisfy Dart conventions
- Remove useless new and const keywords
- Changed AppCompat dependency to 26.1.0
- Add screenshot example
- Fix printing from pdf document
- Update example for pdf 1.0.5
- Add Contributing
- Update source formatting
- Update README
- Add License file
- Updated homepage
- Fixed SDK version
- Initial release.