Skip to content

Commit 670c1b3

Browse files
committed
version 1.1.2
1 parent c5fe945 commit 670c1b3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.1.2
4+
- Option to preload all pages in memory `PDFViewer(document: document,lazyLoad: false)`
5+
36
## 1.1.1
47
- Option to disable swipe navigation `PDFViewer(document: document,scrollDirection: Aixs.vertical)`
58
- Option to change scroll axis to vertical or horizontal `PDFViewer(document: document,scrollDirection: Aixs.vertical)`

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
path: ".."
88
relative: true
99
source: path
10-
version: "1.1.1"
10+
version: "1.1.2"
1111
archive:
1212
dependency: transitive
1313
description:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: advance_pdf_viewer
22
description: A flutter plugin for handling PDF files. Works on both Android & iOS
3-
version: 1.1.1
3+
version: 1.1.2
44
homepage: https://github.com/lohanidamodar/pdf_viewer
55

66
environment:

0 commit comments

Comments
 (0)