PackageTrack
Sign in Get early access

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 2026
2023 2024 2025 2026
Release Pre-release

Releases

latest 28
  1. 2.4.0 19 Aug 2026
    Release notes
    • Added Swift Package Manager support for iOS.
    Open source →
  2. 2.3.3 16 Sep 2025
    Release notes

    ⚽️ 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.gradle in your android folder if not done already ⚠️
    ...
     allprojects {
        repositories {
            // Add this line
            maven { url 'https://jitpack.io' }
        }
    }
    ...
    
    Open source →
  3. 2.3.2 21 Feb 2025
    Release notes

    Merge pull request #66 from alhappler/62-facing-auto-zoom-issue-in-io…

    Open source →
    Release notes

    🐛 Bugfix in iOS

    • fixed autozoom issue, thanks to E2-venkat for opening the issue (Issue #62)
    Open source →
  4. 2.3.1 07 Jan 2025
    Release notes

    Merge pull request #61 from alhappler/feature/update-pdf-after-file-p…

    Open source →
    Release notes

    ⚽️ Features

    • the PDF now updates automatically after filePath was updated
      • renamed updateBytes to refreshPdf of AlhPdfViewPlatform
    Open source →
  5. 2.3.0 13 Nov 2024
    Release notes

    ⚽️ Features

    • more error logging for onError on iOS

    ⚡️ Breaking changes

    • removed onPageError which will now be called with onError
    Open source →
  6. 2.1.0 01 Oct 2024
    Release notes

    ⚽️ Features

    • added onTap as callback for Android and iOS when tapping pdf suggested by https://github.com/alhappler/alh_pdf_view/pull/36.
    Open source →
  7. 2.0.2 09 Sep 2024
    Release notes

    🐛 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
    Open source →
  8. 2.0.1 14 Aug 2024
    Release notes

    Merge pull request #55 from alhappler/bugfix/callbacks-not-directly-c…

    Open source →
    Release notes

    🐛 Bugfix

    • on iOS
      • opening a broken pdf didn't call onError
      • in general any callbacks before initializing weren't called on iOS
    Open source →
  9. 2.0.0 05 Apr 2024
    Release notes
    • 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
    • there are no breaking changes but some updates for android and iOS
    Open source →
  10. 2.0.0-dev.1 05 Apr 2024 pre-release

    Nothing published for this version

  11. 1.4.0 11 Sep 2023

    Nothing published for this version

  12. 1.3.0 22 Aug 2023
    Release notes

    ⚽️ Features

    • better error handling on iOS
    • added new parameter spacing (Issue #35 from SpirikleOfficial)
      • adds space between pdf pages
    Open source →
  13. 1.2.1 02 May 2023
    Release notes

    🐛 Bugfix

    • double tap on first zoom didn't work properly on iOS (Issue #39 from https://github.com/mirkancal)
    Open source →
  14. 1.2.0 13 Dec 2022
    Release notes

    ⚽️ 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
    Open source →
  15. 1.1.0 01 Nov 2022
    Release notes

    ⚽️ Features

    • added onLinkHandle as callback for iOS when tapping on a link inside the PDF (Issue #22 from shubhamsinha2009)
    Open source →
  16. 1.0.0 15 Sep 2022
    Release notes

    ⚽️ 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
    Open source →
  17. 0.3.4 11 Aug 2022
    Release notes

    🐛 Bugfix

    • fixed multiple calls on onPageChanged during page change on android (issue #17)
    Open source →
  18. 0.3.3 06 Jul 2022
    Release notes

    ⚽️ Features

    • added enableDefaultScrollHandle for Android to have an extra scroll button (issue #16)
    Open source →
  19. 0.3.2 01 Jul 2022
    Release notes

    🏆 Improvement

    • min sdk version of dart changed from 2.15 to 2.14 (issue #12)
    Open source →
  20. 0.3.1 01 Jul 2022
    Release notes

    🐛 Bugfixes

    • fixed white-screen-bug using proguard (issue #7)
    Open source →
  21. 0.3.0 29 Jun 2022
    Release notes

    ⚽️ Features

    • added onZoomChanged callback for android

    🐛 Bugfixes

    • fixed crash for android when pdf is loaded and widget disposed
    Open source →
  22. 0.2.0 30 May 2022
    Release notes
    • Removed warnings for flutter upgrade 3.0.0
    Open source →
  23. 0.1.4 20 Apr 2022
    Release notes
    • Static analyzes to 130 points
    Open source →
  24. 0.1.3 20 Apr 2022
    Release notes

    🏆 Improvement

    • Removed delay on android when orientation changes and PDF is rebuilding
    • Minor coding changes
    Open source →
  25. 0.1.2 18 Apr 2022
    Release notes

    🐛 Bugfixes

    • Pdf View disappearing when opening Keyboard on Android
    Open source →
  26. 0.1.1 12 Apr 2022
    Release notes

    ⚽️ New Feature:

    • added parameter minZoom and maxZoom
    Open source →
  27. 0.1.0 11 Apr 2022
    Release notes

    🐛 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
    Open source →
  28. 0.0.1 05 Apr 2022
    Release notes
    • New Package containing the funcitonality to load PDF with bytes or file path
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive