simple_pdf_generator 0.2.1 copy "simple_pdf_generator: ^0.2.1" to clipboard
simple_pdf_generator: ^0.2.1 copied to clipboard

A lightweight Flutter package to generate PDFs from structured data.

0.2.1 #

  • Table cells: added PdfTableCell with PdfTableCell.text and PdfTableCell.image so rows can mix Unicode text (theme font) and raster images (Uint8List, e.g. PNG). Plain String and raw Uint8List map values remain supported for backward compatibility.
  • Default max image size in table cells is 40×40 PDF points when not specified; optional Flutter BoxFit maps to the pdf package layout.

0.1.1 #

  • Added support for multiple tables
  • Added per-table summary sections
  • Added table header styling
  • Added table cell styling
  • Added summary styling
4
likes
0
points
419
downloads

Publisher

verified publishermohsinpatel.online

Weekly Downloads

A lightweight Flutter package to generate PDFs from structured data.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, pdf

More

Packages that depend on simple_pdf_generator