Showing
2 changed files
with
7 additions
and
1 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: 3.2.0 | 7 | +version: 3.2.1 |
8 | 8 | ||
9 | environment: | 9 | environment: |
10 | sdk: ">=2.3.0 <3.0.0" | 10 | sdk: ">=2.3.0 <3.0.0" |
@@ -17,6 +17,8 @@ dependencies: | @@ -17,6 +17,8 @@ dependencies: | ||
17 | sdk: flutter | 17 | sdk: flutter |
18 | pdf: ^1.6.0 | 18 | pdf: ^1.6.0 |
19 | plugin_platform_interface: ^1.0.2 | 19 | plugin_platform_interface: ^1.0.2 |
20 | + meta: ^1.1.5 | ||
21 | + image: ^2.1.4 | ||
20 | 22 | ||
21 | dev_dependencies: | 23 | dev_dependencies: |
22 | flutter_test: | 24 | flutter_test: |
-
Please register or login to post a comment