flutter_pdf_export 1.0.4
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