advance_pdf_viewer2 2.0.6-beta.2 advance_pdf_viewer2: ^2.0.6-beta.2 copied to clipboard
A fork from a flutter plugin for handling PDF files. Works on both Android, iOS ( MacOS and Web are under testing )
Changelog #
2.0.5+1 #
- minor changes
2.0.5 #
- Adding MacOS support ( under testing )
2.0.2 #
- Bugfix crashing
2.0.1 #
- Bug fixes related to cache
- improvements
2.0.0 #
- Null safety upgrade
- Fixed some issues
- new
numberPickerConfirmWidget
1.2.2 #
- fix error with single page pdf
1.2.1+2 #
- dart doc comments improvement
1.2.1+1 #
- fix error null
onPageChanged
error
1.2.1 #
- Dependencies upgraded to latest
cacheManager
optional parameter inPDFDocument.fromURL
method to configure cache options.
1.2.0 #
- updated to work with Flutter 1.20+
1.1.6 #
- Exposing
ZoomableWidget
from flutter_advanced_networkimage parameters (minScale, zoomSteps, maxScale,panLimit)
1.1.5 #
- Page controller initial page setting fixed (making able to set initially loaded page)
1.1.4 #
- Proper android cache cleanup
- iOS build fix
1.1.3 #
- Option to pass in controller
PDFViewer(document: document,controller: PageController())
that you can use to control the pageview rendering the PDF pages.
1.1.2 #
- Option to preload all pages in memory
PDFViewer(document: document,lazyLoad: false)
1.1.1 #
- 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)
1.1.0 #
- 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.1 #
- Swipe control
- Zoom scale up to 5.0
1.0.0 #
- First upgraded version after fork
- Cool new customization features