- Upgrade compileSdkVersion to 33
- Upgrade sdk
- Upgrade android-pdf-viewer to beta.3
- Deprecate
fitEachPage
- Add documentation on properties
- Downgrade android-pdf-viewer from beta.3 to beta.2
- Upgrade Gradle to 7.3.0
- Fixed defaultPage not working on iOS #227 @wmatusiak
- Fixed invalid frame of PDFView on IOS #201 @wmatusiak
- Change dependency for AndroidPdfViewer #202 @oorfalimak
- Fixed the Initial Zoom bug in IOS #192 @moazelsawaf
- Updated onDoubleTap on ios #174 @The-Redhat
- Updated dependencies to be newest with latest flutter version.
- Update minimal version of flutter to 2.2.0
- Updated compileSdkVersion in Android gradle to 30 because in future new apps on Google Play will have to set at least compile version to 30
- Updated README #148 @PcolBP
- Migration Android V2 Embedding & jCenter to mavenCentral #147 @PcolBP
- Migrate to nullsafety, add compatible to Flutter 2.0 #130 @stijnie2210
- Add support for reading PDF from byte data #122 @tvh, @deakjahn
- Fixed setPage return value from int to bool on iOS #120 @daisuke310vvv
- Fixed setPage return value from int to bool on iOS #118 @daisuke310vvv
- Upgrade Android SDK version to 29 #114 @miguelslemos
- iOS proper scaling for PDF with pages on landscape-orientation #104 @andresath
- Enable annotation on android #103 @soul
- Add default proguard-rules.
- Closes #87
- Format lib/flutter_pdfview.dart
- #81 add support for handle url navigation on flutter.
- #78 fix unlimited zoom out in iOS. @daanporon
- Close #72
- Fix internal page links
- Close #20
- Add support tap on link inside the pdf
- Close #67
- pod_target_xcconfig suggested by @zhenpeng0hou
- Add support on FitPolicy on android
- FIX: plugin class name
- add defaultPage option
- #36 support onError handlers
- update example with onError handler
- Avoid Android Native crash when file is not valid
- FIX: #21
- upgrade path_provider version
- FIX: onRender not works in iOS
- onRender handlers added
- onError, onPageError handlers added (Android only)
- Add example snippet in readme
- Add controller functions description in document
- Support
enableSwipe
in iOS
- Set correct scale in iOS
- Update pub description
- Initial Release
- Works better