alh_pdf_view_android 2.3.3
alh_pdf_view_android: ^2.3.3 copied to clipboard
Android implementation of the alh_pdf_view plugin. You should use the package alh_pdf_view to get working with this package.
2.3.3 #
- Added support for Android 16 KB memory page size in PDF handling (Issue #69 from
E2-venkat) - Migrated native PDF library from "com.github.mhiew:android-pdf-viewer:3.2.0-beta.2" to "com.github.marain87:AndroidPdfViewer:3.2.8".
- Introduced jitpack package for "com.github.marain87:AndroidPdfViewer:3.2.8".
2.3.1 #
- updated
updateBytestorefreshPdfto react also to path updates
2.3.0 #
- removed
onPageErrorwhich was replaced withonError - updated logs which come with
onErrorinAlhPdfView
2.2.0 #
- Added
updateBytes - Removed
updateCreationParams
2.1.0 #
- Added
onTapas callback for Android when tapping pdf suggested by https://github.com/alhappler/alh_pdf_view/pull/36.
2.0.1 #
- Since flutter version 3.24.0, the pdf which was opened can have a blank screen.
- fixed by calling
zoomWithAnimationwith the default zoom factor
- fixed by calling
2.0.0 #
- Added Android implementation, see more on changelogs in alh_pdf_view
1.3.0 #
⚽️ Features
- better error handling on iOS
- added new parameter
spacing(Issue #35 fromSpirikleOfficial)- adds space between pdf pages
1.2.1 #
🐛 Bugfix
- double tap on first zoom didn't work properly on iOS (Issue #39 from
https://github.com/mirkancal)
1.2.0 #
⚽️ Features
- added
showScrollbar(Issue #33 frommirkancal)- default value is true
- if false you can hide the Scrollbar
- this solution only works for iOS
- on Android, you can use
enableDefaultScrollHandleto hide the scrolling indicator
1.1.0 #
⚽️ Features
- added
onLinkHandleas callback for iOS when tapping on a link inside the PDF (Issue #22 fromshubhamsinha2009)
1.0.0 #
⚽️ Features
- added two new functions for Android and iOS (Issue #18 from
carman247)- goToNextPage to navigate to the next page (optionally animated)
- goToPreviousPage to navigate to the previous page (optionally animated)
- added
withAnimationalso for iOS when changing the page
⚡️ Breaking changes
- removed function
setPageWithAnimation- use instead
setPageand use the parameterwithAnimation
- use instead
- updated to flutter
3.3.0and dart2.18.0- minVersion for iOS is now
11.0
- minVersion for iOS is now
0.3.3 #
⚽️ Features
- added
enableDefaultScrollHandlefor Android to have an extra scroll button (issue #16)
0.3.0 #
⚽️ Features
- added
onZoomChangedcallback for android
🐛 Bugfixes
- fixed crash for android when pdf is loaded and widget disposed
0.2.0 #
- Removed warnings for flutter upgrade
3.0.0
0.1.4 #
- Static analyzes to 130 points
0.1.3 #
🏆 Improvement
- Removed delay on android when orientation changes and PDF is rebuilding
- Minor coding changes
0.1.2 #
🐛 Bugfixes
- Pdf View disappearing when opening Keyboard on Android
0.1.1 #
⚽️ New Feature:
- added parameter
minZoomandmaxZoom
0.1.0 #
🐛 Fixed some bugs:
- onZoomChanged removed for Android
- Fixed rotation bug
- Android: resulting to a white screen
- iOS: resetting the pdf
- FitPolicy can be updated on Android and iOS
0.0.1 #
- New Package containing the funcitonality to load PDF with bytes or file path