Showing
2 changed files
with
6 additions
and
2 deletions
| @@ -4,7 +4,7 @@ description: Plugin that allows Flutter apps to generate and print documents to | @@ -4,7 +4,7 @@ description: Plugin that allows Flutter apps to generate and print documents to | ||
| 4 | homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing | 4 | homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing |
| 5 | repository: https://github.com/DavBfr/dart_pdf | 5 | repository: https://github.com/DavBfr/dart_pdf |
| 6 | issue_tracker: https://github.com/DavBfr/dart_pdf/issues | 6 | issue_tracker: https://github.com/DavBfr/dart_pdf/issues |
| 7 | -version: 2.1.2 | 7 | +version: 2.1.3 |
| 8 | 8 | ||
| 9 | environment: | 9 | environment: |
| 10 | sdk: ">=2.1.0 <3.0.0" | 10 | sdk: ">=2.1.0 <3.0.0" |
| @@ -13,7 +13,7 @@ environment: | @@ -13,7 +13,7 @@ environment: | ||
| 13 | dependencies: | 13 | dependencies: |
| 14 | flutter: | 14 | flutter: |
| 15 | sdk: flutter | 15 | sdk: flutter |
| 16 | - pdf: "^1.3.4" | 16 | + pdf: "^1.3.14" |
| 17 | 17 | ||
| 18 | dev_dependencies: | 18 | dev_dependencies: |
| 19 | flutter_test: | 19 | flutter_test: |
-
Please register or login to post a comment