DavBfr / dart_pdf

Pdf creation module for dart/flutter
https://pub.dev/packages/pdf
Apache License 2.0
1.42k stars 633 forks source link

Render as Flutter widget rather than PDF? #1511

Open jimmyff opened 1 year ago

jimmyff commented 1 year ago

As the packages widgets are based on flutter widgets, I wondered if it were possible to output to a flutter widget rather than PDF? I thought this would be a really performant way of previewing the document and then I could render to pdf when required?

Thanks

DavBfr commented 1 year ago

No, they look like the Flutter widgets but they are not. It's a implementation of the same API to build PDFs