Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 907 Bytes

CHANGELOG.md

File metadata and controls

32 lines (22 loc) · 907 Bytes

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.