David PHAM-VAN

Update dependencies

1 # Changelog 1 # Changelog
2 2
  3 +## 3.6.5
  4 +
  5 +- Update dependencies
  6 +
3 ## 3.6.4 7 ## 3.6.4
4 8
5 - Update README 9 - Update README
@@ -3,21 +3,21 @@ description: A pdf producer for Dart. It can create pdf files for both web or fl @@ -3,21 +3,21 @@ 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.6.4 6 +version: 3.6.5
7 7
8 environment: 8 environment:
9 sdk: ">=2.12.0 <3.0.0" 9 sdk: ">=2.12.0 <3.0.0"
10 10
11 dependencies: 11 dependencies:
12 archive: ^3.1.0 12 archive: ^3.1.0
13 - barcode: ^2.1.0 13 + barcode: ">=2.2.0 <=3.0.0"
14 crypto: ^3.0.0 14 crypto: ^3.0.0
15 - image: ^3.0.1  
16 - meta: ^1.3.0  
17 - path_parsing: ^0.2.0 15 + image: ">=3.0.1 <=4.0.0"
  16 + meta: ^1.7.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 19 + xml: ">=5.1.0 <=6.0.0"
20 20
21 dev_dependencies: 21 dev_dependencies:
22 flutter_lints: ^1.0.4 22 flutter_lints: ^1.0.4
23 - test: ^1.16.0 23 + test: ">=1.16.0 <=2.0.0"
1 # Changelog 1 # Changelog
2 2
  3 +## 5.6.6
  4 +
  5 +- Update dependencies
  6 +
3 ## 3.6.5 7 ## 3.6.5
4 8
5 - Update README 9 - Update README
@@ -6,23 +6,23 @@ description: > @@ -6,23 +6,23 @@ description: >
6 homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing 6 homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing
7 repository: https://github.com/DavBfr/dart_pdf 7 repository: https://github.com/DavBfr/dart_pdf
8 issue_tracker: https://github.com/DavBfr/dart_pdf/issues 8 issue_tracker: https://github.com/DavBfr/dart_pdf/issues
9 -version: 5.6.5 9 +version: 5.6.6
10 10
11 environment: 11 environment:
12 sdk: ">=2.12.0 <3.0.0" 12 sdk: ">=2.12.0 <3.0.0"
13 flutter: ">=1.16.0" 13 flutter: ">=1.16.0"
14 14
15 dependencies: 15 dependencies:
16 - ffi: ^1.0.0 16 + ffi: ^1.1.0
17 flutter: 17 flutter:
18 sdk: flutter 18 sdk: flutter
19 flutter_web_plugins: 19 flutter_web_plugins:
20 sdk: flutter 20 sdk: flutter
21 http: ^0.13.0 21 http: ^0.13.0
22 - image: ^3.0.1 22 + image: ">=3.0.1 <=4.0.0"
23 js: ^0.6.3 23 js: ^0.6.3
24 - meta: ^1.3.0  
25 - pdf: ^3.2.0 24 + meta: ^1.7.0
  25 + pdf: ^3.6.5
26 plugin_platform_interface: ^2.0.0 26 plugin_platform_interface: ^2.0.0
27 27
28 dev_dependencies: 28 dev_dependencies: