alh_pdf_view 2.3.0 alh_pdf_view: ^2.3.0 copied to clipboard
Has the functionality to show PDF with bytes of a file path as widget with some extra functionalities.
2.3.0 #
⚽️ Features
- more error logging for
onError
on iOS
⚡️ Breaking changes
- removed
onPageError
which will now be called withonError
2.2.0 #
🐛 Bugfix
- Fixed issue where updating
bytes
did not trigger a refresh - Android
- PdfView now refreshes the PDF when
bytes
are updated
- PdfView now refreshes the PDF when
- iOS
- PdfView refreshes the PDF when
bytes
are updated - PdfView correctly updates FitPolicy when
fitPolicy
changes - PdfView now shows or hides the scrollbar based on updates to
showScrollbar
- PdfView refreshes the PDF when
2.1.0 #
⚽️ Features
- added
onTap
as callback for Android and iOS when tapping pdf suggested by https://github.com/alhappler/alh_pdf_view/pull/36.
2.0.2 #
🐛 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
2.0.1 #
🐛 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
2.0.0 #
- 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
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
enableDefaultScrollHandle
to hide the scrolling indicator
1.1.0 #
⚽️ Features
- added
onLinkHandle
as 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
withAnimation
also for iOS when changing the page
⚡️ Breaking changes
- removed function
setPageWithAnimation
- use instead
setPage
and use the parameterwithAnimation
- use instead
- updated to flutter
3.3.0
and dart2.18.0
- minVersion for iOS is now
11.0
- minVersion for iOS is now
0.3.3 #
⚽️ Features
- added
enableDefaultScrollHandle
for Android to have an extra scroll button (issue #16)
0.3.0 #
⚽️ Features
- added
onZoomChanged
callback 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
minZoom
andmaxZoom
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