pdf_render 0.52.0
pdf_render: ^0.52.0 copied to clipboard
A plugin that provides you with intermediate PDF rendering APIs and easy-to-use Flutter Widgets.
0.52.0 #
- Introduces PdfPageFit to specify PDF page size fit rule easier.
0.51.0 #
- PdfPage.render method does not handle w=0,h=0 case.
0.49.0 #
- Just update documents. Also introduces
PdfPageImageTextureclass that is used internally to interact with Flutter's Texture class.
0.46.0 #
PdfPageViewuses Texture rather than RawImage.
0.37.0 #
- Introducing
PdfDocumentLoaderandPdfPageViewthat eases PDF view.
0.33.0 #
- FIXED: disposing PdfDocument may cause ArrayIndexOutOfBoundsException. (Android)
0.29.0 #
- Minor build configuration changes.
0.27.0 #
- Add backgroundFill option to render method.
0.23.0 #
- First version that supports Android.
0.1.0 #
- First release.