Showing
2 changed files
with
6 additions
and
2 deletions
@@ -6,7 +6,7 @@ issue_tracker: https://github.com/DavBfr/dart_pdf/issues | @@ -6,7 +6,7 @@ issue_tracker: https://github.com/DavBfr/dart_pdf/issues | ||
6 | screenshots: | 6 | screenshots: |
7 | - description: 'Example of a generated document' | 7 | - description: 'Example of a generated document' |
8 | path: example.jpg | 8 | path: example.jpg |
9 | -version: 3.10.2 | 9 | +version: 3.10.3 |
10 | 10 | ||
11 | environment: | 11 | environment: |
12 | sdk: ">=2.18.0 <4.0.0" | 12 | sdk: ">=2.18.0 <4.0.0" |
@@ -20,7 +20,7 @@ dependencies: | @@ -20,7 +20,7 @@ dependencies: | ||
20 | meta: ">=1.3.0 <2.0.0" | 20 | meta: ">=1.3.0 <2.0.0" |
21 | path_parsing: ">=0.2.0 <2.0.0" | 21 | path_parsing: ">=0.2.0 <2.0.0" |
22 | vector_math: ^2.1.0 | 22 | vector_math: ^2.1.0 |
23 | - xml: ">=6.0.1 <7.0.0" | 23 | + xml: ">=6.3.0 <7.0.0" |
24 | 24 | ||
25 | dev_dependencies: | 25 | dev_dependencies: |
26 | flutter_lints: ^2.0.0 | 26 | flutter_lints: ^2.0.0 |
-
Please register or login to post a comment