alh_pdf_view
Has the functionality to show PDF with bytes of a file path as widget with some extra functionalities.
2.4.0
alhappler/alh_pdf_view
What this package is like to depend on
Last release 4 days ago
19 Aug 2026
Release timing varies
gaps range from 3 weeks to 11 months
Nearly every release is documented
notes for 26 of 27 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
28 releases · first in 2022
2 releases in the last 12 months
see the full history below
Release timeline
28 releases · Apr 2022 to Aug 2026Releases
latest 28-
2.4.019 Aug 2026 -
2.3.316 Sep 2025Release notes
Open source →⚽️ Features
- 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".
⚡️ Breaking changes
- ⚠️ Add the following line to your
build.gradlein yourandroidfolder if not done already ⚠️
... allprojects { repositories { // Add this line maven { url 'https://jitpack.io' } } } ... - Added support for Android 16 KB memory page size in PDF handling (Issue #69 from
-
2.3.221 Feb 2025Release notes
Open source →🐛 Bugfix in iOS
- fixed autozoom issue, thanks to
E2-venkatfor opening the issue (Issue #62)
- fixed autozoom issue, thanks to
-
2.3.107 Jan 2025Release notes
Open source →⚽️ Features
- the PDF now updates automatically after
filePathwas updated- renamed
updateBytestorefreshPdfofAlhPdfViewPlatform
- renamed
- the PDF now updates automatically after
-
2.3.013 Nov 2024Release notes
Open source →⚽️ Features
- more error logging for
onErroron iOS
⚡️ Breaking changes
- removed
onPageErrorwhich will now be called withonError
- more error logging for
-
2.1.001 Oct 2024Release notes
Open source →⚽️ Features
- added
onTapas callback for Android and iOS when tapping pdf suggested by https://github.com/alhappler/alh_pdf_view/pull/36.
- added
-
2.0.209 Sep 2024Release notes
Open source →🐛 Bugfix
- Android
- blank screen after opening PDF
- since flutter version
3.24.0, there was a blank screen when opening the pdf - this issue should be fixed now
- Android
-
2.0.114 Aug 2024Release notes
Open source →🐛 Bugfix
- on iOS
- opening a broken pdf didn't call
onError - in general any callbacks before initializing weren't called on iOS
- opening a broken pdf didn't call
- on iOS
-
2.0.005 Apr 2024Release notes
Open source →- rebuilt package to a federated plugin which has now the following implementations:
- https://pub.dev/packages/alh_pdf_view
- main package which should be used for the project
- https://pub.dev/packages/alh_pdf_view_android
- handles the android implementation
- https://pub.dev/packages/alh_pdf_view_ios
- handles the ios implementation
- https://pub.dev/packages/alh_pdf_view_platform_interface
- contains the platform interface and is used for every implementation
- https://pub.dev/packages/alh_pdf_view
- there are no breaking changes but some updates for android and iOS
- rebuilt package to a federated plugin which has now the following implementations:
-
2.0.0-dev.105 Apr 2024 pre-releaseNothing published for this version
-
1.4.011 Sep 2023Nothing published for this version
-
1.3.022 Aug 2023Release notes
Open source →⚽️ Features
- better error handling on iOS
- added new parameter
spacing(Issue #35 fromSpirikleOfficial)- adds space between pdf pages
-
1.2.102 May 2023Release notes
Open source →🐛 Bugfix
- double tap on first zoom didn't work properly on iOS (Issue #39 from
https://github.com/mirkancal)
- double tap on first zoom didn't work properly on iOS (Issue #39 from
-
1.2.013 Dec 2022Release notes
Open source →⚽️ 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
- added
-
1.1.001 Nov 2022Release notes
Open source →⚽️ Features
- added
onLinkHandleas callback for iOS when tapping on a link inside the PDF (Issue #22 fromshubhamsinha2009)
- added
-
1.0.015 Sep 2022Release notes
Open source →⚽️ 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
- added two new functions for Android and iOS (Issue #18 from
-
0.3.411 Aug 2022Release notes
Open source →🐛 Bugfix
- fixed multiple calls on
onPageChangedduring page change on android (issue #17)
- fixed multiple calls on
-
0.3.306 Jul 2022Release notes
Open source →⚽️ Features
- added
enableDefaultScrollHandlefor Android to have an extra scroll button (issue #16)
- added
-
0.3.201 Jul 2022Release notes
Open source →🏆 Improvement
- min sdk version of dart changed from
2.15to2.14(issue #12)
- min sdk version of dart changed from
-
0.3.101 Jul 2022 -
0.3.029 Jun 2022Release notes
Open source →⚽️ Features
- added
onZoomChangedcallback for android
🐛 Bugfixes
- fixed crash for android when pdf is loaded and widget disposed
- added
-
0.2.030 May 2022 -
0.1.420 Apr 2022 -
0.1.320 Apr 2022Release notes
Open source →🏆 Improvement
- Removed delay on android when orientation changes and PDF is rebuilding
- Minor coding changes
-
0.1.218 Apr 2022 -
0.1.112 Apr 2022 -
0.1.011 Apr 2022Release notes
Open source →🐛 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.105 Apr 2022Release notes
Open source →- New Package containing the funcitonality to load PDF with bytes or file path