pdf_maker 1.0.0
pdf_maker: ^1.0.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.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: Provided as an extension method to convert
BlankPage
instances to PDFs easily. - makePDF: Static method to generate PDFs from
BlankPage
instances. - Documentation: Added comprehensive documentation and examples for all major features.