- Updated project to meet changed requirements by Flutter
- Updated third-party dependencies
- Fixes issue #21, #23
- Fixed issue in 1.0.5 on iOS that caused xcode build to fail
- Fixed bug in iOS where due to caching of Flutter ImageProvider when switching documents old pages would persist
- Added more cases in example demo
- Refactored PDFdocument.getAllPages() method (Thanks for @SergioBernal8 for PR )
- Added white background to page (iOS)
- Changed page resolution in iOS to 300 dpi
- Moved tooltips to a proper class
- Added white background to page (Android)
- Fixed cocoapods name
- User can now define tooltips and page selection dialog strings
- Tapping on page indicator now prompts to user to page selection dialog
- Added zoom to PDFPage
- Bottom appbar no longer appears if PDF has only one page (Thanks for @markathomas for suggesting this )
- Fixed opening PDF from assets not working.
- Example now opens file from assets
- Updated readme.md and added screenshots to package
- Initial release