advance_pdf_viewer
A flutter plugin for handling PDF files. Works on both Android & iOS
2.0.1
lohanidamodar/pdf_viewer
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Release timing varies
gaps range from 9 days to 8 months
Nearly every release is documented
notes for 16 of 16 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
16 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
16 releases · Mar 2020 to Jan 2022
2021
2022
2023
2024
2025
2026
Releases
latest 16-
2.0.104 Jan 2022Release notes
Open source →What's Changed
- Add numberPickerConfirmWidget param by @SebastienBtr in #8
- Fix pre-built code in README.md by @apgapg in #15
- 2.0.0 release by @lohanidamodar in #43
- Bug fixes and updates by @lohanidamodar in #95
New Contributors
- @SebastienBtr made their first contribution in #8
- @apgapg made their first contribution in #15
Full Changelog: 1.2.1...2.0.1
-
2.0.024 May 2021 -
1.2.202 Feb 2021 -
1.2.129 Nov 2020Release notes
Open source →- Dependencies upgraded to latest
cacheManageroptional parameter inPDFDocument.fromURLmethod to configure cache options.
-
1.2.1+129 Nov 2020 -
1.2.1+227 Dec 2020 -
1.2.011 Aug 2020 -
1.1.629 Mar 2020Release notes
Open source →- Exposing
ZoomableWidgetfrom flutter_advanced_networkimage parameters (minScale, zoomSteps, maxScale,panLimit)
- Exposing
-
1.1.528 Mar 2020Release notes
Open source →- Page controller initial page setting fixed (making able to set initially loaded page)
-
1.1.428 Mar 2020 -
1.1.325 Mar 2020Release notes
Open source →- Option to pass in controller
PDFViewer(document: document,controller: PageController())that you can use to control the pageview rendering the PDF pages.
- Option to pass in controller
-
1.1.219 Mar 2020Release notes
Open source →- Option to preload all pages in memory
PDFViewer(document: document,lazyLoad: false)
- Option to preload all pages in memory
-
1.1.119 Mar 2020Release notes
Open source →- Option to disable swipe navigation
PDFViewer(document: document,scrollDirection: Aixs.vertical) - Option to change scroll axis to vertical or horizontal
PDFViewer(document: document,scrollDirection: Aixs.vertical)
- Option to disable swipe navigation
-
1.1.019 Mar 2020Release notes
Open source →- Removed rxdart dependency
- Upgraded to androidX
- Added support to optional header while loading document from url
- Auto hide picker for 1 page documents
-
1.0.119 Mar 2020 -
1.0.018 Mar 2020