- Fix error - Sometimes crashes on Android.
- Fix error - methods marked with uithread must be executed on the main thread
- Update work with flutter sdk ver 1.20.1
- Remove flutter_advanced_networkimage dependency.
- Fix errors that sometimes do not delete the image cache.
- Fix critical error - pdf is not loaded.
- Fix memory issue.
- Allow panning only when zoomed in or out.
- Handle iOS bug.
- Add new widget PDFListViewer.
- Fixed an error where the pdf viewer disappeared when a value of false was entered for showNavigation
- 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