dart_pdf icon indicating copy to clipboard operation
dart_pdf copied to clipboard

Render as Flutter widget rather than PDF?

Open jimmyff opened this issue 2 years ago • 1 comments

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

jimmyff avatar Oct 20 '23 14:10 jimmyff

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

DavBfr avatar Oct 20 '23 15:10 DavBfr