David PHAM-VAN

Force the latest version of pdf_widget_wrapper

... ... @@ -5,6 +5,7 @@
- Added new printing output type value on iOS [Matteo Ricupero]
- Workaround for iOS bug and force paper size [Matteo Ricupero]
- Update package:web [Sabin Neupane]
- Force the latest version of pdf_widget_wrapper
## 5.13.1
... ...
... ... @@ -31,7 +31,7 @@ dependencies:
image: ^4.0.02
meta: ">=1.3.0 <2.0.0"
pdf: ^3.10.0
pdf_widget_wrapper: '>=1.0.0 <2.0.0'
pdf_widget_wrapper: '>=1.0.4 <2.0.0'
plugin_platform_interface: ^2.1.0
web: ^1.0.0
... ... @@ -44,8 +44,8 @@ dev_dependencies:
dependency_overrides:
pdf:
path: ../pdf
# pdf_widget_wrapper:
# path: ../widget_wrapper
pdf_widget_wrapper:
path: ../widget_wrapper
flutter:
plugin:
... ...