Showing
2 changed files
with
6 additions
and
2 deletions
| @@ -3,7 +3,7 @@ description: A pdf producer for Dart. It can create pdf files for both web or fl | @@ -3,7 +3,7 @@ description: A pdf producer for Dart. It can create pdf files for both web or fl | ||
| 3 | homepage: https://github.com/DavBfr/dart_pdf/tree/master/pdf | 3 | homepage: https://github.com/DavBfr/dart_pdf/tree/master/pdf |
| 4 | repository: https://github.com/DavBfr/dart_pdf | 4 | repository: https://github.com/DavBfr/dart_pdf |
| 5 | issue_tracker: https://github.com/DavBfr/dart_pdf/issues | 5 | issue_tracker: https://github.com/DavBfr/dart_pdf/issues |
| 6 | -version: 3.7.4 | 6 | +version: 3.7.5 |
| 7 | 7 | ||
| 8 | environment: | 8 | environment: |
| 9 | sdk: ">=2.12.0 <3.0.0" | 9 | sdk: ">=2.12.0 <3.0.0" |
| @@ -16,7 +16,7 @@ dependencies: | @@ -16,7 +16,7 @@ dependencies: | ||
| 16 | meta: ">=1.3.0 <2.0.0" | 16 | meta: ">=1.3.0 <2.0.0" |
| 17 | path_parsing: ">=0.2.0 <2.0.0" | 17 | path_parsing: ">=0.2.0 <2.0.0" |
| 18 | vector_math: ^2.1.0 | 18 | vector_math: ^2.1.0 |
| 19 | - xml: ">=5.1.0 <6.0.0" | 19 | + xml: ">=5.1.0 <7.0.0" |
| 20 | 20 | ||
| 21 | dev_dependencies: | 21 | dev_dependencies: |
| 22 | flutter_lints: ^1.0.4 | 22 | flutter_lints: ^1.0.4 |
-
Please register or login to post a comment