advance_pdf_viewer 1.1.2
advance_pdf_viewer: ^1.1.2 copied to clipboard
A flutter plugin for handling PDF files. Works on both Android & iOS
Changelog #
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