Skip to content

5.0.0

Choose a tag to compare

@Nacchofer31 Nacchofer31 released this 12 Jan 12:22
· 194 commits to main since this release

General

  • BREAKING CHANGE: Removed custom response models (GeneratePdfFromDocumentsResponse, ImageFromPDFResponse, MergeMultiplePDFResponse and PdfFromMultipleImageResponse).
  • BREAKING CHANGE: Methods now return Future<String> (path) or Future<List<String>> (paths) directly.
  • BREAKING CHANGE: Removed PdfCombinerStatus enum and PdfCombinerDelegate.
  • BREAKING CHANGE: Error handling now uses standard Dart try-catch blocks. The plugin throws PdfCombinerException on failure.
  • Simplified documentation examples to use generic try-catch blocks.
  • Added a dedicated section for PdfCombinerException in README.