File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ Add this on `ios/Runner/info.plist`:
24
24
'https://raw.githubusercontent.com/FlutterInThai/Dart-for-Flutter-Sheet-cheet/master/Dart-for-Flutter-Cheat-Sheet.pdf',
25
25
height: 500,
26
26
width: 300,
27
+ maxAndroidZoom: widget.maxAndroidZoom,
28
+ midAndroidZoom: widget.midAndroidZoom,
29
+ minAndroidZoom: widget.minAndroidZoom,
27
30
)
28
31
29
32
#### Load PDF files
@@ -33,6 +36,9 @@ Add this on `ios/Runner/info.plist`:
33
36
fileName,
34
37
height: 200,
35
38
width: 100,
39
+ maxAndroidZoom: widget.maxAndroidZoom,
40
+ midAndroidZoom: widget.midAndroidZoom,
41
+ minAndroidZoom: widget.minAndroidZoom,
36
42
)
37
43
38
44
#### Load PDF from assets
@@ -41,6 +47,9 @@ Add this on `ios/Runner/info.plist`:
41
47
"assets/pdf/demo.pdf",
42
48
height: 200,
43
49
width: 100,
50
+ maxAndroidZoom: widget.maxAndroidZoom,
51
+ midAndroidZoom: widget.midAndroidZoom,
52
+ minAndroidZoom: widget.minAndroidZoom,
44
53
)
45
54
46
55
#### For Production
You can’t perform that action at this time.
0 commit comments