Skip to content

Commit 09311f8

Browse files
committed
Force the latest version of pdf_widget_wrapper
1 parent 5f192b7 commit 09311f8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

printing/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Added new printing output type value on iOS [Matteo Ricupero]
66
- Workaround for iOS bug and force paper size [Matteo Ricupero]
77
- Update package:web [Sabin Neupane]
8+
- Force the latest version of pdf_widget_wrapper
89

910
## 5.13.1
1011

printing/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies:
3131
image: ^4.0.02
3232
meta: ">=1.3.0 <2.0.0"
3333
pdf: ^3.10.0
34-
pdf_widget_wrapper: '>=1.0.0 <2.0.0'
34+
pdf_widget_wrapper: '>=1.0.4 <2.0.0'
3535
plugin_platform_interface: ^2.1.0
3636
web: ^1.0.0
3737

@@ -44,8 +44,8 @@ dev_dependencies:
4444
dependency_overrides:
4545
pdf:
4646
path: ../pdf
47-
# pdf_widget_wrapper:
48-
# path: ../widget_wrapper
47+
pdf_widget_wrapper:
48+
path: ../widget_wrapper
4949

5050
flutter:
5151
plugin:

0 commit comments

Comments
 (0)