David PHAM-VAN

Set xml 6.3.0 as minimum dependency

1 # Changelog 1 # Changelog
2 2
  3 +## 3.10.3
  4 +
  5 +- Set xml 6.3.0 as minimum dependency
  6 +
3 ## 3.10.2 7 ## 3.10.2
4 8
5 - Fix Type1 font widths 9 - Fix Type1 font widths
@@ -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