- Bugfix crashing
- Bug fixes related to cache
- improvements
- Null safety upgrade
- Fixed some issues
- new
numberPickerConfirmWidget
- fix error with single page pdf
- dart doc comments improvement
- fix error null
onPageChanged
error
- Dependencies upgraded to latest
cacheManager
optional parameter inPDFDocument.fromURL
method to configure cache options.
- updated to work with Flutter 1.20+
- Exposing
ZoomableWidget
from flutter_advanced_networkimage parameters (minScale, zoomSteps, maxScale,panLimit)
- Page controller initial page setting fixed (making able to set initially loaded page)
- Proper android cache cleanup
- iOS build fix
- Option to pass in controller
PDFViewer(document: document,controller: PageController())
that you can use to control the pageview rendering the PDF pages.
- Option to preload all pages in memory
PDFViewer(document: document,lazyLoad: false)
- 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)
- Removed rxdart dependency
- Upgraded to androidX
- Added support to optional header while loading document from url
- Auto hide picker for 1 page documents
- Swipe control
- Zoom scale up to 5.0
- First upgraded version after fork
- Cool new customization features