pdf_maker 1.1.0 copy "pdf_maker: ^1.1.0" to clipboard
pdf_maker: ^1.1.0 copied to clipboard

PDF Maker is a simple yet powerful Flutter plugin that lets you design your pages and turn them into high-quality PDF documents.

Changelog #

[1.1.0] - 2025-02-28 #

🎉 MultiplePage Support #

  • Performance: Improved efficiency by utilizing isolation for rendering, increasing performance by 50% and reducing main thread load.

  • RenderUI: Improved UI rendering by running it in isolation for better performance.

  • PageSetup: Added configuration options for renderMode, enabling isolated rendering.

  • createMultiPagePDF: Allows generating a single PDF document with multiple pages.

  • toPDF: Introduced as an extension method for List<BlankPages>, enabling conversion of multiple pages into a single PDF file.

[1.0.0] - 2025-01-20 #

🎉 Initial Release #

  • BlankPage: Introduced as the base class for creating customizable page templates.
  • PageSetup: Added configuration options for page format, scale, margins, and quality.
  • toPDF: Added as an extension method to easily convert BlankPage instances into PDFs.
  • makePDF: Introduced as a static method for generating PDFs from BlankPage instances.
  • Documentation: Included comprehensive documentation and examples for all major features.
13
likes
140
points
49
downloads
screenshot

Publisher

verified publisherflutterwiki.com

Weekly Downloads

PDF Maker is a simple yet powerful Flutter plugin that lets you design your pages and turn them into high-quality PDF documents.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, pdf, plugin_platform_interface

More

Packages that depend on pdf_maker