File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.1.2
4
+ - Option to preload all pages in memory ` PDFViewer(document: document,lazyLoad: false) `
5
+
3
6
## 1.1.1
4
7
- Option to disable swipe navigation ` PDFViewer(document: document,scrollDirection: Aixs.vertical) `
5
8
- Option to change scroll axis to vertical or horizontal ` PDFViewer(document: document,scrollDirection: Aixs.vertical) `
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ packages:
7
7
path: ".."
8
8
relative: true
9
9
source: path
10
- version: "1.1.1 "
10
+ version: "1.1.2 "
11
11
archive:
12
12
dependency: transitive
13
13
description:
Original file line number Diff line number Diff line change 1
1
name : advance_pdf_viewer
2
2
description : A flutter plugin for handling PDF files. Works on both Android & iOS
3
- version : 1.1.1
3
+ version : 1.1.2
4
4
homepage : https://github.com/lohanidamodar/pdf_viewer
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments