Showing
2 changed files
with
4 additions
and
3 deletions
| @@ -5,6 +5,7 @@ | @@ -5,6 +5,7 @@ | ||
| 5 | - Added new printing output type value on iOS [Matteo Ricupero] | 5 | - Added new printing output type value on iOS [Matteo Ricupero] |
| 6 | - Workaround for iOS bug and force paper size [Matteo Ricupero] | 6 | - Workaround for iOS bug and force paper size [Matteo Ricupero] |
| 7 | - Update package:web [Sabin Neupane] | 7 | - Update package:web [Sabin Neupane] |
| 8 | +- Force the latest version of pdf_widget_wrapper | ||
| 8 | 9 | ||
| 9 | ## 5.13.1 | 10 | ## 5.13.1 |
| 10 | 11 |
| @@ -31,7 +31,7 @@ dependencies: | @@ -31,7 +31,7 @@ dependencies: | ||
| 31 | image: ^4.0.02 | 31 | image: ^4.0.02 |
| 32 | meta: ">=1.3.0 <2.0.0" | 32 | meta: ">=1.3.0 <2.0.0" |
| 33 | pdf: ^3.10.0 | 33 | pdf: ^3.10.0 |
| 34 | - pdf_widget_wrapper: '>=1.0.0 <2.0.0' | 34 | + pdf_widget_wrapper: '>=1.0.4 <2.0.0' |
| 35 | plugin_platform_interface: ^2.1.0 | 35 | plugin_platform_interface: ^2.1.0 |
| 36 | web: ^1.0.0 | 36 | web: ^1.0.0 |
| 37 | 37 | ||
| @@ -44,8 +44,8 @@ dev_dependencies: | @@ -44,8 +44,8 @@ dev_dependencies: | ||
| 44 | dependency_overrides: | 44 | dependency_overrides: |
| 45 | pdf: | 45 | pdf: |
| 46 | path: ../pdf | 46 | path: ../pdf |
| 47 | -# pdf_widget_wrapper: | ||
| 48 | -# path: ../widget_wrapper | 47 | + pdf_widget_wrapper: |
| 48 | + path: ../widget_wrapper | ||
| 49 | 49 | ||
| 50 | flutter: | 50 | flutter: |
| 51 | plugin: | 51 | plugin: |
-
Please register or login to post a comment