- Added missing SWIFT_VERSION 4.2 to pod spec file for ios devices. (Thanks to @qinwenshi)
- Added iOS support for rendering a pdf file from an absolute path.
- 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!).
- Added required parameter for the width to prevent a missing size flutter error when using the PageView widget.
- Fixed example
- Rendering pages of PDF file using PageView.
- Fixed path to the PdfRenderer Widget.
- Added full native support for iOS.
- Fixed already closed error
- Fixed a typo in the description.
- Added doc comments and updated the description.
- Initial release with support for android only.