flutter_pdf_export 1.0.4 copy "flutter_pdf_export: ^1.0.4" to clipboard
flutter_pdf_export: ^1.0.4 copied to clipboard

A Flutter package for generating beautifully styled PDFs with automatic multi-script font resolution. Supports Arabic, Hebrew, CJK, Devanagari, and 15+ other scripts out of the box. Returns a File you [...]

1.0.4 - 2026-05-06 #

✨ Initial Stable Release #

  • PdfBuilder.generate(PdfDocumentData) — single public entry point; returns File
  • PdfDocumentData:
    • structured sections
    • markdown support
    • plain text support
  • PdfSection:
    • headings (H1, H2, H3)
    • paragraphs with bold support
    • nested bullet lists
    • images with captions
    • dividers and spacing
  • PdfStyle:
    • 25+ customizable properties
    • built-in presets: light, minimal, warm
  • FontResolver:
    • automatic Noto font resolution for 20+ scripts
    • Arabic, Urdu, Chinese, Hindi, etc.
  • RTL auto-detection
  • Font caching (memory + disk)
  • Markdown parsing support
  • Multi-language document support
2
likes
140
points
39
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package for generating beautifully styled PDFs with automatic multi-script font resolution. Supports Arabic, Hebrew, CJK, Devanagari, and 15+ other scripts out of the box. Returns a File you can save, share, or open with any picker.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, path_provider, pdf, printing

More

Packages that depend on flutter_pdf_export