Skip to content

Commit 1399ddf

Browse files
committed
update README file
1 parent 12bf0cb commit 1399ddf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ Add this on `ios/Runner/info.plist`:
2424
'https://raw.githubusercontent.com/FlutterInThai/Dart-for-Flutter-Sheet-cheet/master/Dart-for-Flutter-Cheat-Sheet.pdf',
2525
height: 500,
2626
width: 300,
27+
maxAndroidZoom: widget.maxAndroidZoom,
28+
midAndroidZoom: widget.midAndroidZoom,
29+
minAndroidZoom: widget.minAndroidZoom,
2730
)
2831
2932
#### Load PDF files
@@ -33,6 +36,9 @@ Add this on `ios/Runner/info.plist`:
3336
fileName,
3437
height: 200,
3538
width: 100,
39+
maxAndroidZoom: widget.maxAndroidZoom,
40+
midAndroidZoom: widget.midAndroidZoom,
41+
minAndroidZoom: widget.minAndroidZoom,
3642
)
3743
3844
#### Load PDF from assets
@@ -41,6 +47,9 @@ Add this on `ios/Runner/info.plist`:
4147
"assets/pdf/demo.pdf",
4248
height: 200,
4349
width: 100,
50+
maxAndroidZoom: widget.maxAndroidZoom,
51+
midAndroidZoom: widget.midAndroidZoom,
52+
minAndroidZoom: widget.minAndroidZoom,
4453
)
4554

4655
#### For Production

0 commit comments

Comments
 (0)