pdf_render 0.57.0 pdf_render: ^0.57.0 copied to clipboard
A plugin that provides you with intermediate PDF rendering APIs and easy-to-use Flutter Widgets.
0.57.0 #
- On iOS Simulator, the plugin now uses compatibility rendering mode; to test the actual behavior, please use physical devices.
0.56.0 #
- Woops, backgroundFill must be true for default.
0.55.0 #
- Now render like functions treat null and 0 almost identical.
0.54.0 #
- PdfPage.render method does not handle w=0,h=0 case (Changes on 0.51.0 breaks compatibility with older versions).
0.53.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
PdfPageImageTexture
class that is used internally to interact with Flutter's Texture class.
0.46.0 #
PdfPageView
uses Texture rather than RawImage.
0.37.0 #
- Introducing
PdfDocumentLoader
andPdfPageView
that 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.