flutter_to_pdf 0.2.2 flutter_to_pdf: ^0.2.2 copied to clipboard
A package to export any Flutter widget to a PDF-Document, PDF-Page or PDF-File. Further customization of the export process is possible through the export options.
0.2.2 #
- fix widget args cast type error
- fix typo in
CaptureWrapper
example
0.2.1 #
- upgrade flutter sdk to 3.22.0
- fix export of
ListView
- add support for widgets like
CustomPaint
andCharts
by introducing aCaptureWrapper
widget
0.2.0 #
- add support for custom TTF fonts
- add support for
TextAlign
start
andend
- upgrade package dependencies
0.1.2 #
- update license to MIT
- adjustments after repo transfer
0.1.1 #
- adaptations for flutter 3.10.0
0.1.0 #
- upgrade package dependencies
- formatting
0.0.1 #
-
Export of
ExportFrame
to- PDF Document
- PDF Page
- PDF Widget
-
Export options
- Page format options
- Text field options
- Checkbox options