flutter_pdf_renderer 1.3.2 copy "flutter_pdf_renderer: ^1.3.2" to clipboard
flutter_pdf_renderer: ^1.3.2 copied to clipboard

Flutter Plugin to render PDF files on both Android and iOS devices. Provides a Widget to render the pages using a PageView.

1.3.2 #

  • Added missing SWIFT_VERSION 4.2 to pod spec file for ios devices. (Thanks to @qinwenshi)

1.3.1 #

  • Added iOS support for rendering a pdf file from an absolute path.

1.3.0 #

  • Added the ability to provide an absolute path to where the pdf file to render is stored. This allows now to render a pdf document that was downloaded at runtime (Android only!).

1.2.0 #

  • Added required parameter for the width to prevent a missing size flutter error when using the PageView widget.

1.1.1 #

  • Fixed example

1.1.0 #

  • Rendering pages of PDF file using PageView.
  • Fixed path to the PdfRenderer Widget.
  • Added full native support for iOS.

1.0.3 #

  • Fixed already closed error

1.0.2 #

  • Fixed a typo in the description.

1.0.1 #

  • Added doc comments and updated the description.

1.0.0 #

  • Initial release with support for android only.
3
likes
40
pub points
70%
popularity

Publisher

unverified uploader

Flutter Plugin to render PDF files on both Android and iOS devices. Provides a Widget to render the pages using a PageView.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_pdf_renderer