alh_pdf_view 1.4.0 copy "alh_pdf_view: ^1.4.0" to clipboard
alh_pdf_view: ^1.4.0 copied to clipboard

PlatformAndroidiOS
outdated

Has the functionality to show PDF with bytes of a file path as widget with some extra functionalities.

1.4.0 #

🐛 Bugfix

  • fixed issue building for Android with the newest Flutter version (3.13.2) (Issue [#43] from Ayushpanditmoto)
    • upgrade also some other versions (especially for the example app)

1.3.0 #

⚽️ Features

  • better error handling on iOS
  • added new parameter spacing (Issue #35 from SpirikleOfficial)
    • 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 from mirkancal)
    • 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 from shubhamsinha2009)

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 parameter withAnimation
  • updated to flutter 3.3.0 and dart 2.18.0
    • minVersion for iOS is now 11.0

0.3.4 #

🐛 Bugfix

  • fixed multiple calls on onPageChanged during page change on android (issue #17)

0.3.3 #

⚽️ Features

  • added enableDefaultScrollHandle for Android to have an extra scroll button (issue #16)

0.3.2 #

🏆 Improvement

  • min sdk version of dart changed from 2.15 to 2.14 (issue #12)

0.3.1 #

🐛 Bugfixes

  • fixed white-screen-bug using proguard (issue #7)

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 and maxZoom

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
36
likes
150
points
1.17k
downloads

Publisher

unverified uploader

Weekly Downloads

Has the functionality to show PDF with bytes of a file path as widget with some extra functionalities.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on alh_pdf_view

Packages that implement alh_pdf_view