David PHAM-VAN

Update xml dependency range

1 # Changelog 1 # Changelog
2 2
  3 +## 3.7.5
  4 +
  5 +- Update xml dependency range
  6 +
3 ## 3.7.4 7 ## 3.7.4
4 8
5 - Fix Bidirectional text (Arabic + Latin words) order and line breakers issue #990 [Milad] 9 - Fix Bidirectional text (Arabic + Latin words) order and line breakers issue #990 [Milad]
@@ -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